Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions eng/pipelines/official/jobs/prepare-signed-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: NetCoreInternal-Pool
queue: buildpool.windows.10.amd64.vs2019
# Double the default timeout.
timeoutInMinutes: 120
timeoutInMinutes: 180
workspace:
clean: all

Expand All @@ -35,7 +35,7 @@ jobs:
zipSources: false
feedSource: https://dnceng.pkgs.visualstudio.com/_packaging/MicroBuildToolset/nuget/v3/index.json
continueOnError: false
condition: and(succeeded(),
condition: and(succeeded(),
in(variables['SignType'], 'real', 'test'))

- task: DownloadBuildArtifacts@0
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ stages:
jobParameters:
isOfficialBuild: ${{ variables.isOfficialBuild }}
signBinaries: ${{ variables.isOfficialBuild }}
timeoutInMinutes: 120

- template: /eng/pipelines/common/platform-matrix.yml
parameters:
Expand All @@ -73,6 +74,7 @@ stages:
- windows_x64
jobParameters:
isOfficialBuild: ${{ variables.isOfficialBuild }}
timeoutInMinutes: 120
crossDacPlatforms:
- Linux_x64
- Linux_arm
Expand Down