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
@@ -508,7 +508,7 @@ def init_ly_pyside(env_dict=_SYNTH_ENV_DICT):
site.addsitedir(str(QTFORPYTHON_PATH))
O3DE_BIN_PATH = Path.joinpath(O3DE_DEV,
'windows_vs2019',
'windows',
'bin',
'profile').resolve()
os.environ["DYNACONF_O3DE_BIN_PATH"] = str(O3DE_BIN_PATH)
@@ -532,7 +532,7 @@ if __name__ == '__main__':
parser.add_argument('-bf', '--build-folder',
type=str,
required=False,
help='The name (tag) of the o3de build folder, example build or windows_vs2019.')
help='The name (tag) of the o3de build folder, example build or windows.')
parser.add_argument('-pp', '--project-path',
type=pathlib.Path,
required=False,