Skip to content

Commit

Permalink
Update MsBuild action (microsoft#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoAdonis authored Jun 1, 2023
1 parent 29e42c3 commit c5cc3ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Code-Scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
languages: ${{ matrix.language }}

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

- name: Retrieve and build all available solutions
id: build-all-samples
run: |
.\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: 'recursive'

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

- name: Get changed files
id: get-changed-files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
submodules: 'recursive'

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

- name: Retrieve and build all available solutions
run: |
Expand Down

0 comments on commit c5cc3ec

Please sign in to comment.