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 4dbd18a commit 456673aCopy full SHA for 456673a
Build-Toolkit-Components.ps1
@@ -136,13 +136,13 @@ function Invoke-MSBuildWithBinlog {
136
# Ensure output is relative to $pwd, not to the csproj of each component.
137
$NupkgOutput = (Resolve-Path $NupkgOutput).Path
138
139
- $msbuildArgs += "-t:Clean,Build,Pack"
+ $msbuildArgs += "-t:Build,Pack"
140
$msbuildArgs += "/p:PackageOutputPath=$NupkgOutput"
141
$msbuildArgs += "/p:DateForVersion=$DateForVersion"
142
$msbuildArgs += "/p:PreviewVersion=$PreviewVersion"
143
}
144
else {
145
- $msbuildArgs += "-t:Clean,Build"
+ $msbuildArgs += "-t:Build"
146
147
148
# Add additional properties to the msbuild arguments
0 commit comments