Update dotnet-desktop.yml

This commit is contained in:
EinEtw4s 2022-12-16 20:53:21 +01:00 committed by GitHub
parent 58d4de3232
commit 88c26f29dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
strategy: strategy:
matrix: matrix:
dotnet-version: ['7.0', '7.0.x' ] dotnet-version: ['7.0.x' ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -20,5 +20,8 @@ jobs:
run: dotnet restore run: dotnet restore
- name: Build - name: Build
run: dotnet build --configuration Release --no-restore run: dotnet build --configuration Release --no-restore
- name: Test - name: Archive build results
run: dotnet test --no-restore --verbosity normal uses: actions/upload-artifact@v2
with:
name: build-result
path: ./bin/