Skip to content

Instantly share code, notes, and snippets.

@tumtumtum
Created July 3, 2015 15:37
Show Gist options
  • Save tumtumtum/4e77fdb65f9eeed908b5 to your computer and use it in GitHub Desktop.
Save tumtumtum/4e77fdb65f9eeed908b5 to your computer and use it in GitHub Desktop.
Convert cspkg to ctp format
& "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