We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04291ff + 2a6fe3f commit 65768fdCopy full SHA for 65768fd
build-net5.cake
@@ -34,13 +34,6 @@ else if ((useMasterReleaseStrategy && AppVeyor.Environment.Repository.Branch !=
34
Information($"packageVersion={packageVersion}");
35
36
var configuration = "Release";
37
-if (AppVeyor.Environment.PullRequest.IsPullRequest
38
- && (useMasterReleaseStrategy && AppVeyor.Environment.Repository.Branch != "master")
39
- && (!useMasterReleaseStrategy && !AppVeyor.Environment.Repository.Branch.StartsWith("release/"))
40
- )
41
-{
42
- configuration = "Debug";
43
-}
44
Information($"configuration={configuration}");
45
46
var artifactsDir = Directory("./artifacts");
0 commit comments