Skip to content

Commit

Permalink
FIX restore ?
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider committed Oct 13, 2024
1 parent d4fd9c0 commit 684e0bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,13 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{vars.DOTNET_VERSION}}

- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@v2

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
run: dotnet restore
run: msbuild FASTER /t:Restore /p:Configuration=$env:Configuration

# Execute all unit tests in the solution
- name: Execute unit tests
Expand Down

0 comments on commit 684e0bd

Please sign in to comment.