Searched +full:enter +full:- +full:vsdevshell (Results 1 – 2 of 2) sorted by relevance
7 runs-on: windows-latest16 - VER: v14118 GEN: Ninja Multi-Config22 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip28 - uses: actions/checkout@v230 - name: Cache Ninja install31 if: matrix.GEN == 'Ninja Multi-Config'32 id: ninja-install37 key: ${{runner.os}}-ninja-${{env.NINJA_URL}}39 - name: Install Ninja[all …]
1 …\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -version 16.0 -property insta…2 Write-Output "vswhere.exe installPath: $vsInstallPath"3 $vsInstallPath = if ("$vsInstallPath" -eq "" ) { "C:\BuildTools" } else { "$vsInstallPath" }4 Write-Output "Final installPath: $vsInstallPath"5 Import-Module (Join-Path $vsInstallPath "Common7\Tools\Microsoft.VisualStudio.DevShell.dll")7 # VS2015 14.0 use -vcvars_ver=14.08 # VS2017 14.1 to 14.16 use -vcvars_ver=14.169 # VS2019 14.20 to 14.29 use -vcvars_ver=14.2910 # VS2022 14.30 to 14.38 (not finished yet) use -vcvars_ver=14 to choose the newest version13 if ($null -eq $vcvars_ver_arg[0]) {[all …]