File tree Expand file tree Collapse file tree 2 files changed +12
-8
lines changed
Expand file tree Collapse file tree 2 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -45,20 +45,22 @@ extends:
4545 steps :
4646 - checkout : self
4747 fetchTags : true
48- - task : UsePythonVersion@0
49- displayName : ' Use Python 3.11.x'
50- inputs :
51- versionSpec : 3.11.x
5248 - task : UseDotNet@2
5349 displayName : ' Use .NET Core 3.1.x'
5450 inputs :
5551 packageType : ' sdk'
5652 version : ' 3.1.x'
53+ - task : UseDotNet@2
54+ displayName : ' Use .NET Core 8.0.x'
55+ inputs :
56+ packageType : ' sdk'
57+ version : ' 8.0.x'
5758 - task : MicroBuildSigningPlugin@4
5859 displayName : ' Install Signing Plugin'
5960 inputs :
6061 signType : real
6162 azureSubscription : ' MicroBuild Signing Task (MSEng)'
63+ useEsrpCli : true
6264 feedSource : ' https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
6365 env :
6466 SYSTEM_ACCESSTOKEN : $(System.AccessToken)
Original file line number Diff line number Diff line change @@ -40,20 +40,22 @@ extends:
4040 steps :
4141 - checkout : self
4242 fetchTags : true
43- - task : UsePythonVersion@0
44- displayName : ' Use Python 3.11.x'
45- inputs :
46- versionSpec : 3.11.x
4743 - task : UseDotNet@2
4844 displayName : ' Use .NET Core 3.1.x'
4945 inputs :
5046 packageType : ' sdk'
5147 version : ' 3.1.x'
48+ - task : UseDotNet@2
49+ displayName : ' Use .NET Core 8.0.x'
50+ inputs :
51+ packageType : ' sdk'
52+ version : ' 8.0.x'
5253 - task : MicroBuildSigningPlugin@4
5354 displayName : ' Install Signing Plugin'
5455 inputs :
5556 signType : real
5657 azureSubscription : ' MicroBuild Signing Task (MSEng)'
58+ useEsrpCli : true
5759 feedSource : ' https://mseng.pkgs.visualstudio.com/DefaultCollection/_packaging/MicroBuildToolset/nuget/v3/index.json'
5860 env :
5961 SYSTEM_ACCESSTOKEN : $(System.AccessToken)
You can’t perform that action at this time.
0 commit comments