Skip to content

Commit 5ed15f1

Browse files
committed
ci: updated microsoft/setup-msbuild to version 2
1 parent 11a2f64 commit 5ed15f1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
architecture: ${{ matrix.host }}
9595

9696
- name: Add msbuild to PATH
97-
uses: microsoft/setup-msbuild@v1.3
97+
uses: microsoft/setup-msbuild@v2
9898
if: contains(matrix.os, 'windows')
9999
with:
100100
msbuild-architecture: ${{ matrix.target }}

docs/DEVELOP.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ This project uses [npm version](https://docs.npmjs.com/cli/v10/commands/npm-vers
2626
- Upload them as release assets
2727
- Publish the package to npm
2828

29+
3. ** Create GitHub Release from tag
30+
2931
### Version format
3032

3133
- Versions follow [SemVer](https://semver.org/) format

0 commit comments

Comments
 (0)