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 1
1
parameters :
2
2
filesToSign : []
3
+ timeoutInMinutes : ' 30'
3
4
4
5
steps :
5
6
- task : UseDotNet@2
6
- displayName : ' Use .NET Core SDK 2.1.808 '
7
+ displayName : Install .NET 6 SDK for signing.
7
8
inputs :
8
- packageType : sdk
9
- version : 2.1.808
9
+ packageType : ' sdk'
10
+ version : ' 6.0.x'
11
+ installationPath : ' $(Agent.TempDirectory)/dotnet'
10
12
11
13
- ${{ each file in parameters.filesToSign }} :
12
14
- script : codesign -s - -f --entitlements ${{ file.entitlementsFile }} ${{ file.path }}/${{ file.name }}
@@ -53,6 +55,14 @@ steps:
53
55
"toolVersion": "1.0"
54
56
}
55
57
]
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'
56
66
57
67
- task : ExtractFiles@1
58
68
displayName : ' Extract MacOS after signing'
You can’t perform that action at this time.
0 commit comments