Skip to content

Commit

Permalink
Merge pull request #162 from AdamOswald/renovate/microsoft-setup-msbu…
Browse files Browse the repository at this point in the history
…ild-1.x

Update microsoft/setup-msbuild action to v1.3.3
  • Loading branch information
AdamOswald authored May 9, 2024
2 parents 461be82 + d73db81 commit 740481b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:

# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/[email protected].1
uses: microsoft/[email protected].3

# Execute all unit tests in the solution
- name: Execute unit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v3

- name: Add MSBuild to PATH
uses: microsoft/[email protected].1
uses: microsoft/[email protected].3

- name: Restore NuGet packages
working-directory: ${{env.GITHUB_WORKSPACE}}
Expand Down

0 comments on commit 740481b

Please sign in to comment.