We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcee8b commit fd8d999Copy full SHA for fd8d999
.github/workflows/codeql.yml
@@ -23,7 +23,7 @@ on:
23
jobs:
24
analyze:
25
name: Analyze
26
- runs-on: windows-2019
+ runs-on: windows-2022
27
permissions:
28
actions: read
29
contents: read
.github/workflows/main.yml
@@ -141,7 +141,7 @@ jobs:
141
$installPath = vswhere -latest -products * -requires Microsoft.Component.MSBuild `
142
-property installationPath
143
if (-not $installPath) { throw 'VS 2022 not found' }
144
- Write-Host "##[set-output name=installPath]$installPath"
+ "installPath=$installPath" >> $env:GITHUB_OUTPUT
145
146
# download vs installer builder (v2.0.1)
147
- name: Download Installer-Projects VSIX
0 commit comments