cleanup: updated references to InstallationGuide.html with GettingStarted.md

Removed references to InstallationGuide.html and changed it to GettingStarted.md
This commit is contained in:
Kent Adrian Sato
2025-04-26 09:40:13 +08:00
parent 4a46edc9fe
commit 0a2b2b6569
4 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ def configureVisualStudio() {
println " -> Visual Studio vswhere.exe returned an error code (${vswhereExit})!"
}
println " -> Please confirm ${vswherePath} is version 2.5 or later."
println " -> Please check README.md or InstallationGuide.html to verify you are using a supported version of Visual Studio."
println " -> Please check README.md or GettingStarted.md to verify you are using a supported version of Visual Studio."
return
}
def vswhereJson = new groovy.json.JsonSlurper().parseText(vswhereOutput);