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
+2 -2
View File
@@ -66,7 +66,7 @@ To set up a project-centric source engine, complete the following steps. For oth
Example:
```
cmake -B C:\o3de\build\windows_vs2019 -S C:\o3de -G "Visual Studio 16" -DLY_3RDPARTY_PATH=C:\o3de-packages
cmake -B C:\o3de\build\windows -S C:\o3de -G "Visual Studio 16" -DLY_3RDPARTY_PATH=C:\o3de-packages
```
> Note: Do not use trailing slashes for the <3rdParty package path>.
@@ -107,7 +107,7 @@ For more details on the steps above, refer to [Setting up O3DE from GitHub](http
Example:
```
cmake -B C:\my-project\build\windows_vs2019 -S C:\my-project -G "Visual Studio 16"
cmake -B C:\my-project\build\windows -S C:\my-project -G "Visual Studio 16"
```
> Note: Do not use trailing slashes for the <3rdParty cache path>.