Skip to content

Commit

Permalink
Update dotnet-desktop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NukedBart authored Feb 23, 2024
1 parent 9f7b671 commit 2e96de3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ jobs:
dotnet-version: 8.0.x
- name: Check .NET SDK version
run: dotnet --list-sdks
- name: Restore project
run: dotnet restore
- name: Check ENV
run: dir C:\Users\runneradmin\AppData\Local\Microsoft\dotnet\sdk\8.0.201\\Microsoft\VisualStudio\v17.0\AppxPackage\
- name: Build
run: dotnet build --configuration ${{ matrix.configuration }}

0 comments on commit 2e96de3

Please sign in to comment.