Skip to content

Commit

Permalink
Fix pack output path
Browse files Browse the repository at this point in the history
  • Loading branch information
lahma committed Feb 16, 2024
1 parent 861ebc4 commit e7d2282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
"type": "string",
"default": "Secrets must be entered via 'nuke :secrets [profile]'"
},
"NuGetSource": {
"type": "string"
},
"Partition": {
"type": "string",
"description": "Partition to use on CI"
Expand Down
1 change: 0 additions & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ protected override void OnBuildInitialized()
public IEnumerable<Project> TestProjects => ((ICompile) this).Solution.AllProjects.Where(x => x.Name.EndsWith("Tests"));

public Configure<DotNetPackSettings> PackSettings => _ => _
.SetOutputDirectory(ArtifactsDirectory)
.SetVersionPrefix(VersionPrefix)
.SetVersionSuffix(VersionSuffix);
}

0 comments on commit e7d2282

Please sign in to comment.