Skip to content

Commit 25daaf0

Browse files
author
maddieclayton
committed
remove scope
1 parent bb39606 commit 25daaf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.proj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,7 @@
640640
</Target>
641641

642642
<Target Name="BinScopeCheck">
643-
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;$(MSBuildProjectDirectory)\tools\CheckBinScope.ps1 -BuildConfig $(Configuration) -CIToolsPath $(CIToolsPath) -Scope $(Scope) &quot;"
643+
<Exec Command="&quot;$(PowerShellCommand)&quot; -NonInteractive -NoLogo -NoProfile -Command &quot;$(MSBuildProjectDirectory)\tools\CheckBinScope.ps1 -BuildConfig $(Configuration) -CIToolsPath $(CIToolsPath) &quot;"
644644
ContinueOnError="False"/>
645645
<OnError ExecuteTargets="BinScopeErrorMessage"/>
646646
</Target>

0 commit comments

Comments
 (0)