Skip to content

Commit

Permalink
Build file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed May 24, 2024
1 parent ff51c8a commit ecd4b65
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
7.0.x
8.0.x
- uses: nuget/setup-nuget@v2

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2

- name: Restore
run: nuget restore Elmah.Io.WinUI.sln

Expand Down

0 comments on commit ecd4b65

Please sign in to comment.