We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f3d83c commit df780afCopy full SHA for df780af
Build-Toolkit-Components.ps1
@@ -131,13 +131,13 @@ function Invoke-MSBuildWithBinlog {
131
# Ensure output is relative to $pwd, not to the csproj of each component.
132
$NupkgOutput = (Resolve-Path $NupkgOutput).Path
133
134
- $msbuildArgs += "-t:Clean,Build,Pack"
+ $msbuildArgs += "-t:Build,Pack"
135
$msbuildArgs += "/p:PackageOutputPath=$NupkgOutput"
136
$msbuildArgs += "/p:DateForVersion=$DateForVersion"
137
$msbuildArgs += "/p:PreviewVersion=$PreviewVersion"
138
}
139
else {
140
- $msbuildArgs += "-t:Clean,Build"
+ $msbuildArgs += "-t:Build"
141
142
143
# Add additional properties to the msbuild arguments
0 commit comments