We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d357d40 commit cf2eec3Copy full SHA for cf2eec3
.azure-pipelines/templates/osx/pack.signed/step2-signpayload.yml
@@ -15,6 +15,17 @@ steps:
15
buildType: 'current'
16
artifactName: 'tmp.macpayload_unsigned'
17
downloadPath: '$(Build.StagingDirectory)\payload'
18
+
19
+ - task: UseDotNet@2
20
+ displayName: Use .NET SDK 6.0.201
21
+ inputs:
22
+ packageType: sdk
23
+ version: 6.0.201
24
25
+ - task: NuGetToolInstaller@0
26
+ displayName: Install NuGet tool >=4.3.0
27
28
+ versionSpec: '>=4.3.0'
29
30
# Must use the NuGet & MSBuild toolchain here rather than `dotnet`
31
# because the signing tasks target the netfx MSBuild runtime only.
0 commit comments