Skip to content

Commit

Permalink
Fix artifacts output path.
Browse files Browse the repository at this point in the history
Artifacts for source projects were being stored relative to the 'src' directory.
  • Loading branch information
bgrainger committed Oct 10, 2023
1 parent e4dde0e commit 8c04f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<LangVersion>preview</LangVersion>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
<NoWarn>$(NoWarn);1591;CA1708;CA1835;CA2215;CA5397;NU5105;SYSLIB0039</NoWarn>
<UseArtifactsOutput>true</UseArtifactsOutput>
<ArtifactsPath>$(MSBuildThisFileDirectory)artifacts</ArtifactsPath>
<NuGetAudit>true</NuGetAudit>
<NuGetAuditLevel>low</NuGetAuditLevel>
</PropertyGroup>
Expand Down

0 comments on commit 8c04f1a

Please sign in to comment.