Skip to content

Commit

Permalink
Use new RIDs without OS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett committed Nov 30, 2023
1 parent 9ffa5ff commit 4a40b68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
run: dotnet restore
- name: Test
run: |-
dotnet test --runtime win10-x64 -f net48 --configuration Release --verbosity normal --logger "trx;LogFileName=results-x64.trx"
dotnet test --runtime win10-x86 -f net48 --configuration Release --verbosity normal --logger "trx;LogFileName=results-x86.trx"
dotnet test --runtime win-x64 -f net48 --configuration Release --verbosity normal --logger "trx;LogFileName=results-x64.trx"
dotnet test --runtime win-x86 -f net48 --configuration Release --verbosity normal --logger "trx;LogFileName=results-x86.trx"
- name: Test Report x64
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4a40b68

Please sign in to comment.