Re-enable VMR build in installer's PRs (#15170)
This commit is contained in:
parent
5aac0db522
commit
688c0c534f
6 changed files with 5 additions and 6 deletions
11
.vsts-ci.yml
11
.vsts-ci.yml
|
@ -373,12 +373,11 @@ stages:
|
||||||
# the VMR synchronization step is run to validate that the PR can be merged and later
|
# the VMR synchronization step is run to validate that the PR can be merged and later
|
||||||
# synchronized into the VMR without problems.
|
# synchronized into the VMR without problems.
|
||||||
# You can do this by allowing the Synchronize_VMR stage from above in PRs.
|
# 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') }}:
|
||||||
# - ${{ if eq(variables['Build.Reason'], 'PullRequest') }}:
|
- template: eng/pipelines/templates/stages/vmr-build.yml
|
||||||
# - template: eng/pipelines/templates/stages/vmr-build.yml
|
parameters:
|
||||||
# parameters:
|
vmrBranch: ${{ parameters.vmrBranch }}
|
||||||
# vmrBranch: ${{ parameters.vmrBranch }}
|
isBuiltFromVmr: false
|
||||||
# isBuiltFromVmr: false
|
|
||||||
|
|
||||||
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
|
||||||
- stage: Publish
|
- stage: Publish
|
||||||
|
|
0
src/SourceBuild/content/build.sh
Normal file → Executable file
0
src/SourceBuild/content/build.sh
Normal file → Executable file
0
src/SourceBuild/content/eng/install-nuget-credprovider.sh
Normal file → Executable file
0
src/SourceBuild/content/eng/install-nuget-credprovider.sh
Normal file → Executable file
0
src/SourceBuild/content/prep.sh
Normal file → Executable file
0
src/SourceBuild/content/prep.sh
Normal file → Executable file
0
src/SourceBuild/content/prereqs/packages/archive/_
Normal file
0
src/SourceBuild/content/prereqs/packages/archive/_
Normal file
0
src/SourceBuild/content/prereqs/packages/prebuilt/_
Normal file
0
src/SourceBuild/content/prereqs/packages/prebuilt/_
Normal file
Loading…
Add table
Add a link
Reference in a new issue