diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 7645bd9..0fe22d7 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -56,7 +56,7 @@ jobs: run: ./update_libchdb.sh - name: Build - run: dotnet build --no-restore --configuration Release -r ${{ matrix.rid }} + run: dotnet build --no-restore --configuration Release -P:RuntimeIdentifiers=${{ matrix.rid }} - name: Test run: dotnet test -c Release --no-build --logger trx --results-directory "TestResults-${{ matrix.rid }}"