Skip to content

Commit

Permalink
Update to microsoft/setup-msbuild@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Apr 2, 2024
1 parent b7b3ac7 commit b86fc83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
run: copy ./tooling/.github/workflows/config/* ./

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

- name: Add project heads to ProjectTemplate
working-directory: ./${{ env.PROJECT_DIRECTORY }}
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
mkdir ./components
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.3.1
uses: microsoft/setup-msbuild@v2

# Restore Tools from Manifest list in the Repository
- name: Restore dotnet tools
Expand Down

0 comments on commit b86fc83

Please sign in to comment.