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