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 bb39606 commit 25daaf0Copy full SHA for 25daaf0
build.proj
@@ -640,7 +640,7 @@
640
</Target>
641
642
<Target Name="BinScopeCheck">
643
- <Exec Command=""$(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command "$(MSBuildProjectDirectory)\tools\CheckBinScope.ps1 -BuildConfig $(Configuration) -CIToolsPath $(CIToolsPath) -Scope $(Scope) ""
+ <Exec Command=""$(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command "$(MSBuildProjectDirectory)\tools\CheckBinScope.ps1 -BuildConfig $(Configuration) -CIToolsPath $(CIToolsPath) ""
644
ContinueOnError="False"/>
645
<OnError ExecuteTargets="BinScopeErrorMessage"/>
646
0 commit comments