We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The clean task is currently a separate script, which is already problematic:
clean_cooker_output.ps1
X2ModBuildCommon/clean_cooker_output.ps1
Lines 6 to 8 in 9c81722
clean.ps1
ContentOptions.json
X2ModBuildCommon/clean.ps1
Lines 22 to 24 in 9c81722
Fixing this however requires significantly changing how individual projects consume X2MBC (and some internal refactor of X2MBC)
cc @robojumper
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The clean task is currently a separate script, which is already problematic:
clean_cooker_output.ps1
had to be a separate file (it's called from both clean and build) and duplicates logic from build:X2ModBuildCommon/clean_cooker_output.ps1
Lines 6 to 8 in 9c81722
clean.ps1
is forced to use some flaky logic due to lack of access to project'sContentOptions.json
X2ModBuildCommon/clean.ps1
Lines 22 to 24 in 9c81722
Fixing this however requires significantly changing how individual projects consume X2MBC (and some internal refactor of X2MBC)
cc @robojumper
The text was updated successfully, but these errors were encountered: