multiple cases and changes (whups forgot to commit)
cases 3664, 3663, 3520 (redux)
This commit is contained in:
@@ -9,7 +9,7 @@ Release procedure as of 6/15/17
|
||||
6 Build AyaNova.exe project only watch for errors
|
||||
7 Build->Configuration manager, change AyaNova.exe build back to "AnyCPU" from "x86"
|
||||
8 Select MBI project in solution explorer then right click and Publish watch for errors
|
||||
9 Select WBI project in solution explorer then right click and Publish watch for errors
|
||||
9 Select WBI project in solution explorer then right click and Publish WebSite watch for errors
|
||||
10 Select Tools->"AyaNova obfuscate and build installers" watch for errors
|
||||
|
||||
Find installers ready to go in the Data/AyaNova/Installs folder
|
||||
@@ -17,3 +17,15 @@ Find installers ready to go in the Data/AyaNova/Installs folder
|
||||
See case 3482 for release steps
|
||||
|
||||
$profit% :)
|
||||
|
||||
=-=-=-=-=-=-
|
||||
FIPS BUILD
|
||||
First enable fips build:
|
||||
1) Enable FIPS pre-processor directive in two files:
|
||||
BusinessIdentity.vb - Uncomment line 328 to enable fips and comment OUT line 329 that disables FIPS build
|
||||
GlobalEx.cs - Uncomment line 11 at top of file
|
||||
2) Follow release procedure above
|
||||
3) Copy build files out of dev VM, rename them all to prepend fips string at start with this dos command: forfiles /S /M *.exe /C "cmd /c rename @file fips@file"
|
||||
4) Upload to server, announce to USDA forest service Peter Bedecker
|
||||
5) Disable fips mode in build by reversing step 1
|
||||
6) Rebuild installers and all release version files just to be sure that I dont' accidentally copy them off and give them to someone else down the road
|
||||
|
||||
Reference in New Issue
Block a user