File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2424- task : VSBuild@1
2525 inputs :
2626 solution : ' $(solution)'
27- msbuildArgs : ' /p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:DesktopBuildPackageLocation="$(build.artifactStagingDirectory)\WebApp.zip" /p:DeployIisAppPath="Default Web Site"'
27+ msbuildArgs : ' /t:Pack /p:TargetFramework=net48 / p:DeployOnBuild=true /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /p:SkipInvalidConfigurations=true /p:DesktopBuildPackageLocation="$(build.artifactStagingDirectory)\WebApp.zip" /p:DeployIisAppPath="Default Web Site"'
2828 platform : ' $(buildPlatform)'
2929 configuration : ' $(buildConfiguration)'
3030
3838 command : ' pack'
3939 packagesToPack : ' **/*.csproj'
4040 versioningScheme : ' byPrereleaseNumber'
41- buildProperties : ' Description=HelloWorld'
4241 majorVersion : ' 1'
4342 minorVersion : ' 0'
4443 patchVersion : ' 0'
You can’t perform that action at this time.
0 commit comments