Skip to content

Commit b5671c9

Browse files
committed
🔧 Install net5.0 for release/v4 branch
1 parent 09ccb73 commit b5671c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ steps:
3030
- task: InstallNanoMSBuildComponents@1
3131
displayName: Install .NET nanoFramework MSBuild components
3232

33+
- task: UseDotNet@2
34+
displayName: Install net5.0
35+
inputs:
36+
packageType: 'sdk'
37+
version: '5.0.x'
38+
3339
- task: PowerShell@2
3440
displayName: 'Build, test, pack'
3541
inputs:

0 commit comments

Comments
 (0)