We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e63c98 commit af3b3bcCopy full SHA for af3b3bc
Provider/build.ps1
@@ -26,7 +26,7 @@ function Clean() {
26
27
function Build() {
28
function b($target, $check=$True) {
29
- dotnet msbuild /t:$target /p:Configuration=$Configuration "$baseDir\src\NETProvider.sln" /v:m /m
+ dotnet msbuild /t:$target /p:Configuration=$Configuration /p:ContinuousIntegrationBuild=true "$baseDir\src\NETProvider.sln" /v:m /m
30
if ($check) {
31
Check-ExitCode
32
}
0 commit comments