Skip to content

Commit

Permalink
Merge pull request #14 from KuraiAndras/develop
Browse files Browse the repository at this point in the history
fix nuget push
  • Loading branch information
KuraiAndras authored Mar 3, 2023
2 parents c85de4c + cf2d01b commit b94e4d7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion MediatR.Courier.Build/Nuget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ sealed partial class Build
.DependsOn(Pack)
.Requires(() => NugetApiUrl)
.Requires(() => NugetApiKey)
.Requires(() => Configuration.Equals(Configuration.Release))
.Executes(() =>
EnumerateFiles(ArtifactsDirectory, "*.nupkg", SearchOption.AllDirectories)
.SelectMany(x =>
Expand Down

0 comments on commit b94e4d7

Please sign in to comment.