Skip to content

Commit

Permalink
split artifacts on OS
Browse files Browse the repository at this point in the history
  • Loading branch information
brettfo authored and JamieMagee committed Oct 21, 2024
1 parent 9979b6a commit 7f8881e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget/helpers/lib/NuGetUpdater/Directory.Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
<CommonTargetFramework>net9.0</CommonTargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<UseArtifactsOutput>true</UseArtifactsOutput>
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts\$(OS)</ArtifactsPath>
</PropertyGroup>
</Project>

0 comments on commit 7f8881e

Please sign in to comment.