Skip to content

Commit d385725

Browse files
switch build all tasks step to 1es pool (#18706)
* switch build all tasks step to 1es pool * [CI/CD] Add task validation step - Add .Net6 for signing --------- Co-authored-by: Kirill Ivlev <[email protected]>
1 parent 75d54f7 commit d385725

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
condition: succeeded()
9898
timeoutInMinutes: 180
9999
pool:
100-
vmImage: windows-2022
100+
name: 1ES-Shared-Hosted-Pool_Windows-Server-2022
101101
steps:
102102
- template: ci/build-all-tasks.yml
103103

ci/sign-all-tasks.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ parameters:
33
type: string
44

55
steps:
6+
# Use .NET SDK 6
7+
- task: UseDotNet@2
8+
displayName: 'Install .NET Core SDK 6.x'
9+
inputs:
10+
version: 6.x
611

712
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
813
inputs:

0 commit comments

Comments
 (0)