Removes _vs2019 from jenkins jobs and documentation (#5855)
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -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>.
|
||||
|
||||
Reference in New Issue
Block a user