Skip to content

Commit

Permalink
Fix src artifacts path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Washi1337 committed Feb 26, 2024
1 parent af2e49d commit 6b12ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
<TargetFrameworks>net8.0;net6.0;netcoreapp3.1;netstandard2.0;netstandard2.1</TargetFrameworks>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Nullable>enable</Nullable>
<ArtifactsPath>$(MSBuildThisFileDirectory)..\artifacts</ArtifactsPath>
</PropertyGroup>
</Project>

0 comments on commit 6b12ace

Please sign in to comment.