Encryption automation
omheien
Posts: 29
Folks...
I'm building a Deploymnent server and i'm creating a script that wil do the following:
1. Check out everything from SubVersion
2. Compile the solution using MSBUILD
3. Run SA to encrypt the assemblies
4. Create Setup.EXE using the Setup Builder we have
Any thought about this? How do I do point 3 ?
I'm building a Deploymnent server and i'm creating a script that wil do the following:
1. Check out everything from SubVersion
2. Compile the solution using MSBUILD
3. Run SA to encrypt the assemblies
4. Create Setup.EXE using the Setup Builder we have
Any thought about this? How do I do point 3 ?
Comments
Looks like I missed the section in Help talking about Command Line Interface and using SA in other build sessions..