Skip to content

Commit

Permalink
Add Microsoft.Build.CopyOnWrite
Browse files Browse the repository at this point in the history
Added the [Microsoft.Build.CopyOnWrite](https://github.com/microsoft/MSBuildSdks/tree/main/src/CopyOnWrite) package to speed up MSBuild file copies on certain file systems.
  • Loading branch information
craigktreasure committed Nov 16, 2023
1 parent f2a20e8 commit 73dabcb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>

<!--
Global pacakge references
https://learn.microsoft.com/nuget/consume-packages/central-package-management#global-package-references
-->
<ItemGroup>
<GlobalPackageReference Include="Microsoft.Build.CopyOnWrite" Version="1.0.282" />
</ItemGroup>

</Project>

0 comments on commit 73dabcb

Please sign in to comment.