Skip bundled dotnet tools (#8977)
This commit is contained in:
parent
ef389bb6b3
commit
d3f69e2e01
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@
|
|||
</Target>
|
||||
|
||||
<Target Name="PublishDotnetTools"
|
||||
Condition="'$(CLIBUILD_SKIP_BUNDLEDDOTNETTOOLS)' != 'true'"
|
||||
AfterTargets="Publish">
|
||||
<ItemGroup>
|
||||
<DotnetToolsToBundle Include="$(RepoRoot)/build/BundledDotnetTools.proj">
|
||||
|
|
Loading…
Add table
Reference in a new issue