Skip to content

Commit 19e25de

Browse files
committed
Set ContinuousIntegrationBuild=true in the CI build
1 parent 615152c commit 19e25de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ foreach ($src in ls src/*) {
2323

2424
echo "build: Packaging project in $src"
2525

26-
& dotnet build -c Release --version-suffix=$buildSuffix
26+
& dotnet build -c Release --version-suffix=$buildSuffix -p:ContinuousIntegrationBuild=true
2727
if ($suffix) {
2828
& dotnet pack -c Release --include-source -o ..\..\artifacts --version-suffix=$suffix --no-build
2929
} else {

0 commit comments

Comments
 (0)