Create dotnet-desktop.yml #1

Merged
EinEtw4s merged 4 commits from EinEtw4s-workflows-1 into master 2022-12-16 21:00:13 +01:00
Showing only changes of commit 88c26f29dc - Show all commits

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/