Skip to content

Fix syntax to run OneLoc in CI builds#6858

Merged
jeffkl merged 1 commit intodevfrom
dev-zivkan-fix-oneloc
Oct 15, 2025
Merged

Fix syntax to run OneLoc in CI builds#6858
jeffkl merged 1 commit intodevfrom
dev-zivkan-fix-oneloc

Conversation

@zivkan
Copy link
Member

@zivkan zivkan commented Oct 15, 2025

Bug

Fixes: infrastructure

Description

My previous PR changed a ${{ .. }} compile time expression to try to use a pipeline variable. That doesn't work, because variables are loaded after the yaml is "compiled". So, this PR switches it to a $[ .. ] runtime expression, so it can load pipeline variables.

PR Checklist

  • Meaningful title, helpful description and a linked NuGet/Home issue
  • Added tests N/A
  • Link to an issue or pull request to update docs if this PR changes settings, environment variables, new feature, etc. N/A

@zivkan zivkan requested a review from a team as a code owner October 15, 2025 01:59
@dotnet-policy-service
Copy link
Contributor

Since this PR is changing CI as it modifies YML files, please verify that you've addressed how this change should apply to release branches. Either:

  • Link to equivalent PRs or Issues for each currently supported branch.
    or
  • Explain in the PR description why this change doesn't apply to release branches.

@jeffkl
Copy link
Contributor

jeffkl commented Oct 15, 2025

I'm going to merge this since builds are blocked

@jeffkl jeffkl merged commit 05033da into dev Oct 15, 2025
17 of 18 checks passed
@jeffkl jeffkl deleted the dev-zivkan-fix-oneloc branch October 15, 2025 16:44
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