Skip to content

Commit

Permalink
Fix publish command: dotnet/performance#2774
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlock committed Mar 6, 2023
1 parent 189789f commit 7a79e62
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 @@ -104,7 +104,7 @@ class Build : NukeBuild
{
DotNetPack(s => s
.SetConfiguration(Configuration)
.SetOutputDirectory(ArtifactsDirectory)
.SetProperty("PublishDir", ArtifactsDirectory)
.EnableNoBuild()
.EnableNoRestore()
.When(IsServerBuild, x => x.SetProperty("ContinuousIntegrationBuild", "true"))
Expand Down

0 comments on commit 7a79e62

Please sign in to comment.