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>
|
||||||
|
|
||||||
<Target Name="PublishDotnetTools"
|
<Target Name="PublishDotnetTools"
|
||||||
|
Condition="'$(CLIBUILD_SKIP_BUNDLEDDOTNETTOOLS)' != 'true'"
|
||||||
AfterTargets="Publish">
|
AfterTargets="Publish">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<DotnetToolsToBundle Include="$(RepoRoot)/build/BundledDotnetTools.proj">
|
<DotnetToolsToBundle Include="$(RepoRoot)/build/BundledDotnetTools.proj">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue