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 b4c1c15 commit 464ca72Copy full SHA for 464ca72
azure-pipelines.yml
@@ -36,13 +36,6 @@ 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