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 randhircs committed Oct 22, 2024
1 parent 24e0ab1 commit 3ddd15d
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 3ddd15d

Please sign in to comment.