Skip to content

Commit

Permalink
Using ContinuousIntegrationBuild (#966).
Browse files Browse the repository at this point in the history
  • Loading branch information
cincuranet committed Aug 19, 2021
1 parent 1e63c98 commit af3b3bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function Clean() {

function Build() {
function b($target, $check=$True) {
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
if ($check) {
Check-ExitCode
}
Expand Down

0 comments on commit af3b3bc

Please sign in to comment.