From 0772448cd9e7e99e48a44e98a44a21f79ca9c88f Mon Sep 17 00:00:00 2001 From: Yaakov Date: Tue, 27 Aug 2024 20:22:16 +1000 Subject: [PATCH] Add ContinuousIntegrationBuild to CI --- .github/workflows/build.yml | 2 +- .github/workflows/sk2-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fbb4ad7..686a2cb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: dotnet-version: 8.0.x - name: Build - run: dotnet publish DepotDownloader/DepotDownloader.csproj -c ${{ matrix.configuration }} -o artifacts + run: dotnet publish DepotDownloader/DepotDownloader.csproj -c ${{ matrix.configuration }} -o artifacts /p:ContinuousIntegrationBuild=true - name: Upload artifact uses: actions/upload-artifact@v4 diff --git a/.github/workflows/sk2-ci.yml b/.github/workflows/sk2-ci.yml index 405b31d..b7463d9 100644 --- a/.github/workflows/sk2-ci.yml +++ b/.github/workflows/sk2-ci.yml @@ -30,7 +30,7 @@ jobs: dotnet add DepotDownloader/DepotDownloader.csproj package SteamKit2 --prerelease - name: Build - run: dotnet publish DepotDownloader/DepotDownloader.csproj -c ${{ matrix.configuration }} -o artifacts + run: dotnet publish DepotDownloader/DepotDownloader.csproj -c ${{ matrix.configuration }} -o artifacts /p:ContinuousIntegrationBuild=true - name: Upload artifact uses: actions/upload-artifact@v4