- Updated list of files/folders to ignore; - Added full path to FCIV tool; - Updated settings of WebsitePanel.LocalizationToolkit solution output for Release/Debug; - Updated build.xml with relative paths to solutions; - Updated versioning for WebsitePanel.Templates project;
6 lines
284 B
Batchfile
6 lines
284 B
Batchfile
@ECHO OFF
|
|
|
|
"C:\Program Files (x86)\Microsoft\FCIV\fciv.exe" "..\Build\debug\WebsitePanelInstaller12.msi" -sha1 > "..\Build\debug\SHA1.log"
|
|
"C:\Program Files (x86)\Microsoft\FCIV\fciv.exe" "..\Build\release\WebsitePanelInstaller12.msi" -sha1 > "..\Build\release\SHA1.log"
|
|
|
|
PAUSE
|