Skip to content

Commit e2ef034

Browse files
2 parents 0683f9b + 2207eed commit e2ef034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

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

4646
Target("publish", DependsOn("package"), () =>

0 commit comments

Comments
 (0)