Skip to content

Commit

Permalink
Update msbuild_vs2022_main.yml
Browse files Browse the repository at this point in the history
Update to GitHub Build Action
  • Loading branch information
sammyfreg committed May 4, 2023
1 parent a6c5588 commit 35a2065
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/msbuild_vs2022_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@ jobs:
- uses: actions/checkout@v3

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1.1

- name: Setup dotnet
uses: actions/setup-dotnet@v1
with:
dotnet-version: '5.0.101' # Check for latest at link at .NET 5 download page

- name: Generate Solutions
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 35a2065

Please sign in to comment.