Skip to content

Commit

Permalink
switch build all tasks step to 1es pool (#18706)
Browse files Browse the repository at this point in the history
* switch build all tasks step to 1es pool

* [CI/CD] Add task validation step

- Add .Net6 for signing

---------

Co-authored-by: Kirill Ivlev <102740624+kirill-ivlev@users.noreply.github.com>
  • Loading branch information
DmitriiBobreshev and kirill-ivlev authored Aug 8, 2023
1 parent 75d54f7 commit d385725
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
condition: succeeded()
timeoutInMinutes: 180
pool:
vmImage: windows-2022
name: 1ES-Shared-Hosted-Pool_Windows-Server-2022
steps:
- template: ci/build-all-tasks.yml

Expand Down
5 changes: 5 additions & 0 deletions ci/sign-all-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ parameters:
type: string

steps:
# Use .NET SDK 6
- task: UseDotNet@2
displayName: 'Install .NET Core SDK 6.x'
inputs:
version: 6.x

- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
inputs:
Expand Down

0 comments on commit d385725

Please sign in to comment.