Skip to content

Commit 65768fd

Browse files
authored
Merge pull request #42 from tgharold/cake-for-mc-2
Always build Release configuration
2 parents 04291ff + 2a6fe3f commit 65768fd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

build-net5.cake

-7
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,6 @@ else if ((useMasterReleaseStrategy && AppVeyor.Environment.Repository.Branch !=
3434
Information($"packageVersion={packageVersion}");
3535

3636
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-
}
4437
Information($"configuration={configuration}");
4538

4639
var artifactsDir = Directory("./artifacts");

0 commit comments

Comments
 (0)