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 f87498e commit 4e76f9cCopy full SHA for 4e76f9c
build.cake
@@ -93,7 +93,7 @@ Task("Publish-Nuget")
93
throw new InvalidOperationException("Could not resolve NuGet API url.");
94
}
95
96
- var nupkgFile = $"{buildDir}/FluentAssertions.BestPractices/FluentAssertions.BestPractices.{version}.nupkg";
+ var nupkgFile = File($"{buildDir}/FluentAssertions.BestPractices/FluentAssertions.BestPractices.{version}.nupkg");
97
Information($"Publishing nupkg file '{nupkgFile}'...");
98
99
NuGetPush(nupkgFile, new NuGetPushSettings
0 commit comments