@@ -129,7 +129,6 @@ jobs:
129
129
inputs :
130
130
SymbolsFolder : $(Build.ArtifactStagingDirectory)
131
131
SearchPattern : ' **/*.pdb'
132
- IndexSources : false
133
132
SymbolServerType : TeamServices
134
133
SymbolsProduct : CppWinRT
135
134
@@ -153,11 +152,6 @@ jobs:
153
152
disableMsbuildVersion : true
154
153
disableBuildTools : true
155
154
156
- - task : UseDotNet@2
157
- displayName : ' Use .NET Core runtime 2.1.x (required for ESRP signing)'
158
- inputs :
159
- version : 2.1.x
160
-
161
155
- task : DownloadPipelineArtifact@1
162
156
displayName : Download x86 Artifacts
163
157
inputs :
@@ -201,7 +195,7 @@ jobs:
201
195
dir $(Build.SourcesDirectory)\x86\cppwinrt
202
196
xcopy $(Build.SourcesDirectory)\x86\cppwinrt\*.* $(Build.SourcesDirectory)\x86\tempsign /icefzy
203
197
204
- - task : EsrpCodeSigning@1
198
+ - task : EsrpCodeSigning@2
205
199
displayName : Sign Compiler vPack for internal use
206
200
inputs :
207
201
ConnectedServiceName : bf601a97-455d-4977-b248-07b90c96eed9
@@ -319,11 +313,6 @@ jobs:
319
313
clean : true
320
314
persistCredentials : True
321
315
322
- - task : UseDotNet@2
323
- displayName : ' Use .NET Core runtime 2.1.x (required for ESRP signing)'
324
- inputs :
325
- version : 2.1.x
326
-
327
316
- task : NuGetToolInstaller@1
328
317
displayName : Use NuGet 6.0.2
329
318
continueOnError : True
@@ -357,7 +346,7 @@ jobs:
357
346
artifactName : $(BuildConfiguration)_arm64
358
347
downloadPath : $(Build.SourcesDirectory)\arm64
359
348
360
- - task : EsrpCodeSigning@1
349
+ - task : EsrpCodeSigning@2
361
350
displayName : ESRP CodeSigning NatVis
362
351
inputs :
363
352
ConnectedServiceName : 81cc6790-027c-4ef3-928d-65e8b96a691a
@@ -437,7 +426,7 @@ jobs:
437
426
- task : ComponentGovernanceComponentDetection@0
438
427
displayName : Component Detection
439
428
440
- - task : EsrpCodeSigning@1
429
+ - task : EsrpCodeSigning@2
441
430
displayName : ESRP CodeSigning Nuget Package
442
431
inputs :
443
432
ConnectedServiceName : 81cc6790-027c-4ef3-928d-65e8b96a691a
@@ -485,7 +474,7 @@ jobs:
485
474
destinationFolder : $(Agent.TempDirectory)\Microsoft.Windows.CppWinRT.Dev17.vsix
486
475
overwriteExistingFiles : true
487
476
488
- - task : EsrpCodeSigning@1
477
+ - task : EsrpCodeSigning@2
489
478
displayName : ESRP CodeSign VSIX contents
490
479
inputs :
491
480
ConnectedServiceName : 81cc6790-027c-4ef3-928d-65e8b96a691a
@@ -539,7 +528,7 @@ jobs:
539
528
platform : x86
540
529
configuration : Release
541
530
542
- - task : EsrpCodeSigning@1
531
+ - task : EsrpCodeSigning@2
543
532
displayName : ESRP CodeSigning VSIX
544
533
inputs :
545
534
ConnectedServiceName : 81cc6790-027c-4ef3-928d-65e8b96a691a
@@ -651,7 +640,6 @@ jobs:
651
640
inputs :
652
641
SymbolsFolder : $(Build.ArtifactStagingDirectory)
653
642
SearchPattern : ' **/Microsoft.Windows.CppWinRT.Dev17.pdb'
654
- IndexSources : false
655
643
SymbolServerType : TeamServices
656
644
SymbolsProduct : CppWinRT
657
645
...
0 commit comments