Skip to content
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

Add no-clean and no-update flags #11

Closed
wants to merge 1 commit into from
Closed

Add no-clean and no-update flags #11

wants to merge 1 commit into from

Conversation

hmelder
Copy link
Contributor

@hmelder hmelder commented Aug 1, 2022

No description provided.

@hmelder hmelder closed this Aug 1, 2022
@hmelder hmelder deleted the add-dev-flags branch August 1, 2022 13:38
@hmelder hmelder restored the add-dev-flags branch August 1, 2022 13:38
@@ -32,14 +32,20 @@ exit /b %errorlevel%

cd %PROJECT%

if not [%NO_CLEAN%] == [true] (
if defined NO_CLEAN (
Copy link
Member

Choose a reason for hiding this comment

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

This fails the CI builds, as the release builds no longer get cleaned due to this:

:: always clean projects for subsequent build types
set NO_CLEAN=false

With this change, we’d need to unset NO_CLEAN above instead.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! I'll fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants