Removes _vs2019 from jenkins jobs and documentation (#5855)

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-11-30 11:10:02 -08:00
committed by GitHub
parent 879012b1ae
commit 7c30adb66c
17 changed files with 72 additions and 167 deletions
@@ -9,7 +9,7 @@
namespace O3DE::ProjectManager
{
const QString ProjectBuildPathPostfix = ProjectBuildDirectoryName + "/windows_vs2019";
const QString ProjectBuildPathPostfix = ProjectBuildDirectoryName + "/windows";
const QString GetPythonScriptPath = "python/get_python.bat";
} // namespace O3DE::ProjectManager