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