File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 11parameters :
22 filesToSign : []
3+ timeoutInMinutes : ' 30'
34
45steps :
56 - task : UseDotNet@2
6- displayName : ' Use .NET Core SDK 2.1.808 '
7+ displayName : Install .NET 6 SDK for signing.
78 inputs :
8- packageType : sdk
9- version : 2.1.808
9+ packageType : ' sdk'
10+ version : ' 6.0.x'
11+ installationPath : ' $(Agent.TempDirectory)/dotnet'
1012
1113 - ${{ each file in parameters.filesToSign }} :
1214 - script : codesign -s - -f --entitlements ${{ file.entitlementsFile }} ${{ file.path }}/${{ file.name }}
@@ -53,6 +55,14 @@ steps:
5355 "toolVersion": "1.0"
5456 }
5557 ]
58+ SessionTimeout : ${{ parameters.timeoutInMinutes }}
59+ MaxConcurrency : ' 50'
60+ MaxRetryAttempts : ' 5'
61+ PendingAnalysisWaitTimeoutMinutes : ' 5'
62+ env :
63+ DOTNET_MULTILEVEL_LOOKUP : 0
64+ DOTNET_ROOT : ' $(Agent.TempDirectory)/dotnet'
65+ DOTNET_MSBUILD_SDK_RESOLVER_CLI_DIR : ' $(Agent.TempDirectory)/dotnet'
5666
5767 - task : ExtractFiles@1
5868 displayName : ' Extract MacOS after signing'
You can’t perform that action at this time.
0 commit comments