Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Temporarily remove the consolidation-specific conditional block
Browse files Browse the repository at this point in the history
to divide the problem space w.r.t. pipeline failure
  • Loading branch information
trylek committed Nov 7, 2019
1 parent b2e9fdc commit 21e73a7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions eng/pipelines/templates/xplat-pipeline-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,10 @@ jobs:
- name: coreClrRepoRoot
value: '$(Build.SourcesDirectory)/src/coreclr'

# BEGIN SECTION to remove after repo consolidation
- ${{ not(startsWith(variables['Build.DefinitionName'], 'runtime')) }}:
- ${{ if not(startsWith(variables['Build.DefinitionName'], 'runtime')) }}:

- name: coreClrRepoRoot
value: '$(Build.SourcesDirectory)'
# END SECTION to remove after repo consolidation

- name: coreClrRepoRootDir
value: '$(coreClrRepoRoot)$(dir)'
Expand Down

0 comments on commit 21e73a7

Please sign in to comment.