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 31562eb commit b4c1c15Copy full SHA for b4c1c15
azure-pipelines.yml
@@ -36,6 +36,13 @@ stages:
36
- task: InstallNanoMSBuildComponents@1
37
displayName: Install .NET nanoFramework MSBuild components
38
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
+
46
- task: PowerShell@2
47
displayName: 'Build, test, pack'
48
inputs:
0 commit comments