We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e03fc commit c96af8aCopy full SHA for c96af8a
1 file changed
Build-SampleSet.ps1
@@ -12,8 +12,8 @@ $root = Get-Location
12
13
# launch developer powershell (if necessary to prevent multiple developer sessions)
14
if (-not $env:VSCMD_VER) {
15
- Import-Module (Resolve-Path "$env:ProgramFiles\Microsoft Visual Studio\2022\*\Common7\Tools\Microsoft.VisualStudio.DevShell.dll")
16
- Enter-VsDevShell -VsInstallPath (Resolve-Path "$env:ProgramFiles\Microsoft Visual Studio\2022\*")
+ Import-Module (Resolve-Path "$env:ProgramFiles\Microsoft Visual Studio\*\*\Common7\Tools\Microsoft.VisualStudio.DevShell.dll")
+ Enter-VsDevShell -VsInstallPath (Resolve-Path "$env:ProgramFiles\Microsoft Visual Studio\*\*")
17
Set-Location $root
18
}
19
0 commit comments