Skip to content

Commit 608fead

Browse files
authored
Replace tools/vswhere with vswhere in workflow
1 parent ff937ae commit 608fead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858
# shell: python
5959
run: |
60-
tools/vswhere/vswhere.exe -version \"[17,)\" -latest -prerelease -format json -utf8 -products Microsoft.VisualStudio.Product.Enterprise Microsoft.VisualStudio.Product.Professional Microsoft.VisualStudio.Product.Community Microsoft.VisualStudio.Product.BuildTools
60+
vswhere -version \"[17,)\" -latest -prerelease -format json -utf8 -products Microsoft.VisualStudio.Product.Enterprise Microsoft.VisualStudio.Product.Professional Microsoft.VisualStudio.Product.Community Microsoft.VisualStudio.Product.BuildTools
6161
# - name: Update wiki
6262
# env:
6363
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)