Skip to content

Commit 4e76f9c

Browse files
committed
/ \ fix
1 parent f87498e commit 4e76f9c

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
@@ -93,7 +93,7 @@ Task("Publish-Nuget")
9393
throw new InvalidOperationException("Could not resolve NuGet API url.");
9494
}
9595

96-
var nupkgFile = $"{buildDir}/FluentAssertions.BestPractices/FluentAssertions.BestPractices.{version}.nupkg";
96+
var nupkgFile = File($"{buildDir}/FluentAssertions.BestPractices/FluentAssertions.BestPractices.{version}.nupkg");
9797
Information($"Publishing nupkg file '{nupkgFile}'...");
9898

9999
NuGetPush(nupkgFile, new NuGetPushSettings

0 commit comments

Comments
 (0)