Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
robertcoltheart committed May 21, 2023
2 parents 0683f9b + 2207eed commit e2ef034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

Target("package", DependsOn("build", "test"), () =>
{
Run("dotnet", $"pack --configuration Release --no-restore --no-build --property PackageOutputPath=../../artifacts --property Version={version.SemVer}");
Run("dotnet", $"pack --configuration Release --no-restore --no-build --output artifacts --property Version={version.SemVer}");
});

Target("publish", DependsOn("package"), () =>
Expand Down

0 comments on commit e2ef034

Please sign in to comment.