Skip to content

Commit 0d6013e

Browse files
committed
fix: Enable ContinuousIntegrationBuild
1 parent 37e1db0 commit 0d6013e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.cake

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Task("Build")
6767
Verbosity = param.Verbosity,
6868
NoRestore = true,
6969
ArgumentCustomization = args => args
70+
.Append($"/p:ContinuousIntegrationBuild=true")
7071
});
7172
});
7273

0 commit comments

Comments
 (0)