Skip to content

Instantly share code, notes, and snippets.

@awithy
Created January 26, 2012 17:21
Show Gist options
  • Save awithy/1683894 to your computer and use it in GitHub Desktop.
Save awithy/1683894 to your computer and use it in GitHub Desktop.
Set Azure MSBuild environment variables
> $env:CloudExtensionsDir = PATH_TO_AZURE_MS_BUILD_TASKS
> $env:ServiceHostingSDKInstallDir = PATH_TO_AZURE_SDK_DIR
> $env:ServiceHostingSDKSupport = 7
> $env:ServiceHostingSDKBinDir = PATH_TO_AZURE_SDK_DIR\bin
> $env:_CSPACK_FORCE_NOENCRYPT_=’true’
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment