Skip to content

Commit 464ca72

Browse files
committed
Revert "🔧 Install net5.0 for release/v4 branch"
This reverts commit b4c1c15.
1 parent b4c1c15 commit 464ca72

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,6 @@ 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-
4639
- task: PowerShell@2
4740
displayName: 'Build, test, pack'
4841
inputs:

0 commit comments

Comments
 (0)