Skip to content

Commit

Permalink
Fix for publising NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémy van Duijkeren committed Dec 17, 2017
1 parent c85d7fe commit e4afb3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ Task("Upload-AppVeyor-Artifacts")

Task("Publish-NuGet")
.WithCriteria(() => HasEnvironmentVariable("NUGET_API_KEY"))
.WithCriteria(() => AppVeyor.Environment.Repository.Branch == "master")
.WithCriteria(() => AppVeyor.Environment.Repository.Tag.IsTag)
.IsDependentOn("Package")
.Does(() =>
Expand Down

0 comments on commit e4afb3d

Please sign in to comment.