Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. /t:Project.HQ.Web /p:DeployOnBuild=true /p:WebPublishMethod=Package
  2. /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true
  3. /p:PackageLocation="$(build.artifactstagingdirectory)\"
  4.  
  5. msbuild.exe /p:DeployOnBuild=true /p:WebPublishMethod=Package
  6. /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true
  7. /p:PackageLocation="$(build.artifactstagingdirectory)\" "Project.HQ.Web"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement