Skip to content

Commit d05efc0

Browse files
committed
fixed build
1 parent 70743d2 commit d05efc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Task("Publish-Nuget")
9292
throw new InvalidOperationException("Could not resolve NuGet API url.");
9393
}
9494

95-
var nupkgFile = $"{buildDir}/{configuration}/FluentAssertions.BestPractices/FluentAssertions.BestPractices.{version}.nupkg";
95+
var nupkgFile = $"{buildDir}/FluentAssertions.BestPractices/FluentAssertions.BestPractices.{version}.nupkg";
9696
NuGetPush(nupkgFile, new NuGetPushSettings
9797
{
9898
ApiKey = apiKey,

0 commit comments

Comments
 (0)