Skip to content

Commit

Permalink
UE 5.3 requires vs 2022 for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
YasserNezzari committed Sep 8, 2023
1 parent 955d076 commit 35d7a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ build:build-project:
- $UE5_PACKAGE_PATH_3 = "$PROJECT_PATH/$PROJECT_NAME" + "_ue5_3"
- echo "$UE5_PACKAGE_PATH_3"

- $process = Start-Process -Wait -PassThru -NoNewWindow -FilePath "$ENGINE_UAT_PATH_UE5_3" -ArgumentList "BuildPlugin -Plugin=$PROJECT_PATH/$PROJECT_NAME.uplugin -Package=$UE5_PACKAGE_PATH_3 -CreateSubFolder -VS2019 -TargetPlatforms=Win64+Mac -Rocket >> ./$PROJECT_NAME.log"
- $process = Start-Process -Wait -PassThru -NoNewWindow -FilePath "$ENGINE_UAT_PATH_UE5_3" -ArgumentList "BuildPlugin -Plugin=$PROJECT_PATH/$PROJECT_NAME.uplugin -Package=$UE5_PACKAGE_PATH_3 -CreateSubFolder -VS2022 -TargetPlatforms=Win64+Mac -Rocket >> ./$PROJECT_NAME.log"
- echo $process.ExitCode
- if (-not ($process.ExitCode -eq 0)) { exit $process.ExitCode }

Expand Down

0 comments on commit 35d7a51

Please sign in to comment.