Skip to content

Commit

Permalink
Merge pull request #86 from BdR76/dependabot/github_actions/microsoft…
Browse files Browse the repository at this point in the history
…/setup-msbuild-2.0.0

Bump microsoft/setup-msbuild from 1.3.1 to 2.0.0
  • Loading branch information
BdR76 authored Mar 10, 2024
2 parents 1125cc5 + cd92cad commit 6962c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

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

- name: MSBuild of solution
run: msbuild CsvLintSolution.sln /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /m /verbosity:minimal
Expand Down

0 comments on commit 6962c19

Please sign in to comment.