Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Fix condition when generating the task config #2925

Merged
merged 3 commits into from
Mar 17, 2023
Merged

Conversation

chkeita
Copy link
Contributor

@chkeita chkeita commented Mar 16, 2023

summary of the changes

Fix condition when generating the task config

bicep validation fix

The bicep validation tool has a bug that breaks our build. This pr implement one of the mitigation suggested

update the local version scheme

The latest version of the setup tools has dropped support for non-conformant versions numbers. This was causing a build break because our local version scheme <onefuzzversion>-<git id> was not a valid pep 440 version. This PR replaces the version scheme with <onefuzzversion>+<git id> (using '+' as the separator)

@chkeita chkeita enabled auto-merge (squash) March 17, 2023 18:08
@chkeita chkeita merged commit 4956cf5 into microsoft:main Mar 17, 2023
@mgreisen mgreisen mentioned this pull request Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants