Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #109 from stoveproject/dev
Browse files Browse the repository at this point in the history
dev to master
  • Loading branch information
osoykan authored Dec 2, 2017
2 parents c2ea332 + f719f80 commit 0a5c95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Task("Pack")

Task("NugetPublish")
.IsDependentOn("Pack")
.WithCriteria(() => branch == "master" && !isPR)
.WithCriteria(() => branch == "master" && !AppVeyor.Environment.PullRequest.IsPullRequest)
.Does(()=>
{
foreach(var nupkgFile in GetFiles(nupkgRegex))
Expand Down

0 comments on commit 0a5c95c

Please sign in to comment.