Skip to content

Commit

Permalink
Test /p:EnableWindowsTargeting=true
Browse files Browse the repository at this point in the history
  • Loading branch information
RenNagasaki committed Feb 27, 2025
1 parent 46482ec commit 53741e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Restore dependencies ${{ matrix.dotnet-version }}
run: dotnet restore
- name: Build ${{ matrix.dotnet-version }}
run: dotnet build --no-restore
run: dotnet build /p:EnableWindowsTargeting=true --no-restore
- name: Test ${{ matrix.dotnet-version }}
run: dotnet test --no-build --verbosity normal

0 comments on commit 53741e4

Please sign in to comment.