Skip to content

Commit b00c732

Browse files
authored
Merge pull request #640 from ldennington/update-nuget-version-macos-release
.azure-pipelines: install .NET 6.0 sdk for macOS signing
2 parents d357d40 + cf2eec3 commit b00c732

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.azure-pipelines/templates/osx/pack.signed/step2-signpayload.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ steps:
1515
buildType: 'current'
1616
artifactName: 'tmp.macpayload_unsigned'
1717
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+
inputs:
28+
versionSpec: '>=4.3.0'
1829

1930
# Must use the NuGet & MSBuild toolchain here rather than `dotnet`
2031
# because the signing tasks target the netfx MSBuild runtime only.

0 commit comments

Comments
 (0)