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

Use Build.ArtifactStagingDirectory now that we run with native contai… #45428

Merged
merged 2 commits into from
Dec 12, 2024

Conversation

ViktorHofer
Copy link
Member

…ners in AzDO

Before when we running with a custom docker invocation we couldn't write to files outside of the mount. Now that we use the native AzDO container integration that shouldn't be an issue anymore.

…ners in AzDO


Before when we running with a custom docker invocation we couldn't write to files outside of the mount. Now that we use the native AzDO container integration that shouldn't be an issue anymore.
@ViktorHofer ViktorHofer merged commit 7dc6613 into main Dec 12, 2024
35 of 38 checks passed
@ViktorHofer ViktorHofer deleted the ArtifactsStagingDirHook branch December 12, 2024 15:09
@@ -455,6 +454,7 @@ jobs:
customPreBuildArgs=''
customBuildArgs=''
extraBuildProperties=''
customBuildArgs="--ci --prepareMachine -c ${{ parameters.configuration }}"
Copy link
Member

Choose a reason for hiding this comment

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

How is this change related? Also why wasn't this just done two lines above?

Copy link
Member Author

Choose a reason for hiding this comment

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

Copy / Paste error, I should have replaced L455 instead. It doesn't cause any issues but I will clean this up when I touch the file again. Thanks for pointing it out.

Unrelated change. I noticed that the Unix test invocation didn't receive these expected arguments. I didn't want to spin a new with PR just for this one liner to save resources.

Copy link
Member

Choose a reason for hiding this comment

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

I just wanted to understand the relation. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants