Comments
4 comments
-
Uhm.. Just found the help files for SA..... Studying this...
-
hmmm. Looks like this means I have to buiold this into the solution and that is out of the question. We are 5 developers and the encryption is only to be done at the deployment server. Any other thoughts ?
-
Haha.. Its nice talking to myself ;-)
Looks like I missed the section in Help talking about Command Line Interface and using SA in other build sessions.. -
You got it
Add comment
Please sign in to leave a comment.
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 ?