Skip to content

Commit 9d5a7b6

Browse files
authored
Merge pull request #96 from Azure/esrp01
Update azure-pipelines.yml for Azure Pipelines
2 parents b788f4f + 0fe2ee4 commit 9d5a7b6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ steps:
1717
inputs:
1818
version: 7.x
1919

20+
- task: UseDotNet@2
21+
displayName: 'Install .NET 6 SDK'
22+
inputs:
23+
version: 6.x
24+
2025
- task: NuGetToolInstaller@1
2126
inputs:
2227
versionSpec:
@@ -51,9 +56,9 @@ steps:
5156
inputs:
5257
version: '2.1.x'
5358

54-
- task: EsrpCodeSigning@1
59+
- task: EsrpCodeSigning@3
5560
inputs:
56-
ConnectedServiceName: 'Templates-Azure-IoT-Edge Sign'
61+
ConnectedServiceName: 'template-aziotedge-pmc-v4-prod'
5762
FolderPath: '$(Build.ArtifactStagingDirectory)'
5863
Pattern: '*.nupkg'
5964
signConfigType: 'inlineSignParams'

0 commit comments

Comments
 (0)