Skip to content

Commit b4c1c15

Browse files
committed
🔧 Install net5.0 for release/v4 branch
1 parent 31562eb commit b4c1c15

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ stages:
3636
- task: InstallNanoMSBuildComponents@1
3737
displayName: Install .NET nanoFramework MSBuild components
3838

39+
- task: UseDotNet@2
40+
displayName: Install net5.0 for release/v4 branch
41+
condition: eq(variables['Build.SourceBranch'], 'refs/heads/release/v4')
42+
inputs:
43+
packageType: 'sdk'
44+
version: '5.0.x'
45+
3946
- task: PowerShell@2
4047
displayName: 'Build, test, pack'
4148
inputs:

0 commit comments

Comments
 (0)