File tree Expand file tree Collapse file tree 3 files changed +202
-191
lines changed
src/ResourceManager/Profile/Commands.Profile/AzureRmAlias Expand file tree Collapse file tree 3 files changed +202
-191
lines changed Original file line number Diff line number Diff line change 364
364
365
365
<!-- Cleanup extraneous files. -->
366
366
<Exec Command =" $(PowerShellCoreCommandPrefix) " . $(LibraryToolsFolder)\CleanupBuild.ps1 -BuildConfig $(Configuration) " " />
367
+
368
+ <CallTarget Targets =" BinScopeCheck" Condition =" '$(OnPremiseBuild)'" />
369
+
370
+ <CallTarget Targets =" RunPoliCheck" Condition =" '$(OnPremiseBuild)'" />
367
371
368
372
<CallTarget Targets =" CodeSignBinaries" Condition =" '$(CodeSign)' == 'true'" />
369
373
</Target >
636
640
</Target >
637
641
638
642
<Target Name =" BinScopeCheck" >
639
- <Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " $(MSBuildProjectDirectory)\tools\CheckBinScope.ps1 -BuildConfig $(Configuration) -CIToolsPath $(CIToolsPath) -Scope $(Scope) " "
643
+ <Exec Command =" " $(PowerShellCommand)" -NonInteractive -NoLogo -NoProfile -Command " $(MSBuildProjectDirectory)\tools\CheckBinScope.ps1 -BuildConfig $(Configuration) -CIToolsPath $(CIToolsPath) " "
640
644
ContinueOnError =" False" />
641
645
<OnError ExecuteTargets =" BinScopeErrorMessage" />
642
646
</Target >
You can’t perform that action at this time.
0 commit comments