We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6a3e0 commit 4db3b43Copy full SHA for 4db3b43
1 file changed
build.cmd
@@ -24,15 +24,12 @@ if not exist %vswhere% (
24
25
set InstallDir=
26
for /f "usebackq tokens=*" %%i in (`%vswhere% -version 17 -latest -prerelease -products * ^
27
- -requires Microsoft.Net.Component.4.5.TargetingPack ^
28
- -requires Microsoft.Net.Component.4.5.2.TargetingPack ^
29
- -requires Microsoft.Net.Component.4.6.2.TargetingPack ^
30
-property installationPath`) do (
31
set "InstallDir=%%i"
32
)
33
34
if not DEFINED InstallDir (
35
- echo "Could not find a VS2022 installation with the necessary components (targeting packs for v4.5, v4.5.2, and v4.6.2)."
+ echo "Could not find a VS2022 installation."
36
echo Please install VS2022 or the missing components.
37
goto BuildFail
38
0 commit comments