fix(deps): downgrade VSSDK to 17.0 for VS 2022 compatibility (#62) #14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build | |
| on: | |
| workflow_dispatch: | |
| pull_request: | |
| types: [opened, reopened] | |
| paths: | |
| - 'src/**' | |
| - '*.slnx' | |
| - '.github/workflows/build.yml' | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - 'src/**' | |
| - '*.slnx' | |
| - '.github/workflows/build.yml' | |
| jobs: | |
| build: | |
| uses: CodingWithCalvin/.github/.github/workflows/vsix-build.yml@main | |
| with: | |
| extension-name: ProjectRenamifier | |
| secrets: inherit |