Skip to content

Commit 830c938

Browse files
authored
Adds required runtime for code sign tool (#105)
* update to try out windows-2022 as ubuntu failed at code signing which may require windows after all * add runtime 2.1 for code sign
1 parent 655e893 commit 830c938

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.azure-devops/cd-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ steps:
1515
- task: NuGetToolInstaller@1
1616
displayName: Install NuGet tools
1717

18+
- task: UseDotNet@2
19+
displayName: 'Install .NET 2.1 for ESRP Code Sign tool'
20+
inputs:
21+
version: 2.1.x
22+
1823
- task: UseDotNet@2
1924
displayName: 'Install .net core 6.0 (preview)'
2025
inputs:

0 commit comments

Comments
 (0)