Created
July 3, 2015 15:37
-
-
Save tumtumtum/4e77fdb65f9eeed908b5 to your computer and use it in GitHub Desktop.
Convert cspkg to ctp format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
& "C:\Program Files\Microsoft SDKs\Azure\.NET SDK\v2.6\bin\cspack.exe" "/convertToCTPPackage:%CloudServiceName%.ccproj.cspkg;%CloudServiceName%.ccproj.cspkg.ctp" | |
rm -force %CloudServiceName%.ccproj.cspkg | |
ren %CloudServiceName%.ccproj.cspkg.ctp %CloudServiceName%.ccproj.cspkg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment