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

Rev WebJobs Extension to 2.13.6, Rev DTFx.AS dependency to 1.17.5, make 1ES build deterministic, increase CI Azurite version #2914

Merged
merged 4 commits into from
Sep 16, 2024

Conversation

davidmrdavid
Copy link
Contributor

@davidmrdavid davidmrdavid commented Sep 16, 2024

This PR was opened primarily to increase the WebJobs extension version to 2.13.6, and increase the DTFx.AS dependency to 1.17.5, which allows us to support the upcoming AllowReplayingTerminalInstances DTFx property.

However, the CI revealed two more problems:
(1) The Azurite version used in our tests was out of date, creating issues. So we've increased the Azurite version from 3.26 to 3.32.
(2) The 1ES build of the WebJobs extension was being flagged as non-deterministic. I added the determinism flags (/p:FileVersionRevision=$(Build.BuildId) /p:ContinuousIntegrationBuild=true) in our offficial build yml, which we already use in DTFx and other packages.

@davidmrdavid davidmrdavid changed the title Rev webjobs extension to 2.13.6 and rev DTFx.AS to 1.17.5 Rev WebJobs Extension to 2.13.6, Rev DTFx.AS dependency to 1.17.5, make 1ES build deterministic, increase CI Azurite version Sep 16, 2024
@davidmrdavid davidmrdavid merged commit 11df732 into dev Sep 16, 2024
14 checks passed
@davidmrdavid davidmrdavid deleted the dajusto/rev-webjobs-extension-2.13.6 branch September 16, 2024 20:28
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.

2 participants