8000 Reintroduce support for building VMR from repo PR/CI by NikolaMilosavljevic · Pull Request #548 · dotnet/dotnet · GitHub
[go: up one dir, main page]

Skip to content

Reintroduce support for building VMR from repo PR/CI #548

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

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update the comment
  • Loading branch information
NikolaMilosavljevic committed May 14, 2025
commit 9981a4f32fd0601604d18d166fa325a2bfaba45a
2 changes: 1 addition & 1 deletion eng/pipelines/templates/jobs/vmr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:

steps:
- ${{ if not(parameters.isBuiltFromVmr) }}:
# Synchronize new content in the VMR during PRs (we expect this to come
# Synchronize new content in the VMR during PRs
- template: /eng/common/templates/steps/vmr-pull-updates.yml@self
parameters:
vmrPath: $(vmrPath)
Expand Down
Loading
0