Created
June 1, 2015 21:01
-
-
Save shaunluttin/d542570966c718d100ee to your computer and use it in GitHub Desktop.
deploy.cmd - Copy Content to the temporary path.
This file contains hidden or 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
:: 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