Skip to content

Commit

Permalink
PUSH
Browse files Browse the repository at this point in the history
  • Loading branch information
NaysKutzu committed Oct 1, 2023
1 parent 5e040fd commit fd410cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: dotnet test PteroController.csproj

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
run: dotnet build
- name: Restore and build the application
run: dotnet build PteroController.csproj
env:
Configuration: ${{ matrix.configuration }}

0 comments on commit fd410cf

Please sign in to comment.