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 70743d2 commit d05efc0Copy full SHA for d05efc0
build.cake
@@ -92,7 +92,7 @@ Task("Publish-Nuget")
92
throw new InvalidOperationException("Could not resolve NuGet API url.");
93
}
94
95
- var nupkgFile = $"{buildDir}/{configuration}/FluentAssertions.BestPractices/FluentAssertions.BestPractices.{version}.nupkg";
+ var nupkgFile = $"{buildDir}/FluentAssertions.BestPractices/FluentAssertions.BestPractices.{version}.nupkg";
96
NuGetPush(nupkgFile, new NuGetPushSettings
97
{
98
ApiKey = apiKey,
0 commit comments