Skip to content

Commit 269bc0c

Browse files
authored
Switch ESRP tasks to .NET 3.x (#46)
1 parent 017b488 commit 269bc0c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

EsrpScan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ steps:
1010
- task: UseDotNet@2
1111
displayName: 'Install .NET Core sdk 2.x for ESRP'
1212
inputs:
13-
version: 2.x
13+
version: 3.x
1414

1515
- pwsh: |
1616
Write-Verbose -Verbose "scanPath = '${{ parameters.scanPath }}'"

EsrpSign.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ steps:
2828
- task: UseDotNet@2
2929
displayName: '${{ parameters.displayName }} - Install .NET Core sdk 2.x'
3030
inputs:
31-
version: 2.x
31+
version: 3.x
3232

3333
- pwsh: |
3434
Write-Verbose -Verbose "buildOutputPath = '${{ parameters.buildOutputPath }}'"

0 commit comments

Comments
 (0)