Re-enable VMR build in installer's PRs (#15170)

This commit is contained in:
Přemek Vysoký 2022-12-22 13:22:57 +01:00 committed by GitHub
parent 5aac0db522
commit 688c0c534f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 5 additions and 6 deletions

View file

@ -373,12 +373,11 @@ stages:
# the VMR synchronization step is run to validate that the PR can be merged and later
# synchronized into the VMR without problems.
# You can do this by allowing the Synchronize_VMR stage from above in PRs.
# TODO - Temporarily disabled (https://github.com/dotnet/source-build/issues/3184)
# - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
# - template: eng/pipelines/templates/stages/vmr-build.yml
# parameters:
# vmrBranch: ${{ parameters.vmrBranch }}
# isBuiltFromVmr: false
- ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
- template: eng/pipelines/templates/stages/vmr-build.yml
parameters:
vmrBranch: ${{ parameters.vmrBranch }}
isBuiltFromVmr: false
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- stage: Publish

0
src/SourceBuild/content/build.sh Normal file → Executable file
View file

View file

0
src/SourceBuild/content/prep.sh Normal file → Executable file
View file