Skip to content

Instantly share code, notes, and snippets.

@shaunluttin
Created June 1, 2015 21:01
Show Gist options
  • Save shaunluttin/d542570966c718d100ee to your computer and use it in GitHub Desktop.
Save shaunluttin/d542570966c718d100ee to your computer and use it in GitHub Desktop.
deploy.cmd - Copy Content to the temporary path.
:: 2. Copy only Content files (generally static) without a build.
call :ExecuteCmd "%MSBUILD_PATH%" "%DEPLOYMENT_SOURCE%\StaticContentOnly.csproj" /p:ParentProj="%DEPLOYME NT_SOURCE%\MyWebApp\MyWebApp.csproj" /p:_PackageTempDir="%DEPLOYMENT_TEMP%" /p:VisualStudioVersion=14.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment