Skip to content

Rewrite install-prerequisites.bat in PowerShell #287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

slonopotamus
Copy link
Collaborator

This is a preparation step before increasing script complexity

# NOTE: Microsoft.NetCore.Component.SDK only exists for VS2019+. And it is actually *needed* only for UE5
# NOTE: .NET 4.5 is required for some programs even in UE5, for example https://github.com/EpicGames/UnrealEngine/blob/5.0.1-release/Engine/Source/Programs/UnrealSwarm/SwarmCoordinator/SwarmCoordinator.csproj#L26
# NOTE: Microsoft.NetCore.Component.Runtime.3.1 is required by the AutomationTool tool and does not come installed with VS2022 so it needs targetting here.
$vs_args = @(
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I intentionally made this an array because I plan to dynamically add elements here depending on VS version.

This is a preparation step before increasing script complexity
@slonopotamus slonopotamus force-pushed the rewrite-install-prereqs.bat branch from 642fe5e to a15a74e Compare December 9, 2022 11:12
@slonopotamus slonopotamus merged commit 5861435 into adamrehn:master Dec 9, 2022
@slonopotamus slonopotamus deleted the rewrite-install-prereqs.bat branch December 9, 2022 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant