Skip to content

Commit

Permalink
Merge pull request #1 from molsonkiko/dependabot/github_actions/micro…
Browse files Browse the repository at this point in the history
…soft/setup-msbuild-1.3.2

Bump microsoft/setup-msbuild from 1.3.1 to 1.3.2
  • Loading branch information
molsonkiko committed Jan 29, 2024
2 parents 66cf116 + 152cee6 commit 9eaefbf
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 @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

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

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

0 comments on commit 9eaefbf

Please sign in to comment.