Skip to content

Commit 32cfa7e

Browse files
committed
Add the step to PRs too
1 parent c50cd4d commit 32cfa7e

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

eng/pipelines/dotnet-buildtools-prereqs-pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,7 @@ stages:
3030
name: NetCore-Public-XL
3131
demands: ImageOverride -equals build.ubuntu.2204.amd64.open
3232
os: linux
33+
customBuildInitSteps:
34+
- powershell: ./eng/Stage-EngCommon.ps1
35+
displayName: Copy eng/common to build dirs
36+
condition: eq(variables['Agent.OS'], 'Linux')

eng/pipelines/stages/dotnet-buildtools-prereqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ stages:
2626
os: linux
2727
customBuildInitSteps:
2828
- powershell: ./eng/Stage-EngCommon.ps1
29-
displayName: Stage eng/common in Docker build contexts
29+
displayName: Copy eng/common to build dirs
3030
condition: eq(variables['Agent.OS'], 'Linux')
3131
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
3232
- template: /eng/pipelines/steps/pip-authenticate.yml@self

0 commit comments

Comments
 (0)