We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75d54f7 commit d385725Copy full SHA for d385725
azure-pipelines.yml
@@ -97,7 +97,7 @@ jobs:
97
condition: succeeded()
98
timeoutInMinutes: 180
99
pool:
100
- vmImage: windows-2022
+ name: 1ES-Shared-Hosted-Pool_Windows-Server-2022
101
steps:
102
- template: ci/build-all-tasks.yml
103
ci/sign-all-tasks.yml
@@ -3,6 +3,11 @@ parameters:
3
type: string
4
5
6
+# Use .NET SDK 6
7
+- task: UseDotNet@2
8
+ displayName: 'Install .NET Core SDK 6.x'
9
+ inputs:
10
+ version: 6.x
11
12
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
13
inputs:
0 commit comments