We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095546b commit 7927f27Copy full SHA for 7927f27
build/Build.cs
@@ -78,6 +78,5 @@ class Build : NukeBuild
78
.SetSource(EnvironmentInfo.GetVariable<string>("NUGET_SERVER", null))
79
.SetApiKey(EnvironmentInfo.GetVariable<string>("NUGET_KEY", null))
80
.CombineWith(Glob.Files(ArtifactsDirectory, "*.nupkg"), (ss, package) => ss
81
- .SetTargetPath(package))));
82
-
+ .SetTargetPath(ArtifactsDirectory / package))));
83
}
0 commit comments