Skip to content

Commit af38bb9

Browse files
authored
Remove .net 5 from testing (#3901)
1 parent b78828a commit af38bb9

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

.azure-pipelines/common/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,6 @@ steps:
4848
version: 6.0.x
4949
includePreviewVersions: true
5050

51-
- task: UseDotNet@2
52-
displayName: 'Use .NET sdk 5.0.x'
53-
inputs:
54-
version: 5.0.x
55-
5651
- task: Npm@1
5752
displayName: 'Test'
5853
inputs:

tools/JsonCli/.azure-pipelines/main.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ jobs:
1515
signType: '$(SignType)'
1616
env:
1717
TeamName: 'AzureTools'
18-
- task: UseDotNet@2
19-
displayName: 'Use .NET sdk 5.0.x'
20-
inputs:
21-
version: 5.0.x
22-
18+
2319
- task: UseDotNet@2
2420
displayName: 'Use .NET sdk 6.0.x'
2521
inputs:
@@ -44,16 +40,6 @@ jobs:
4440
projects: '$(ProjectPath)'
4541
arguments: '--configuration $(BuildConfiguration)'
4642

47-
- task: DotNetCoreCLI@2
48-
displayName: 'dotnet publish 5.0'
49-
inputs:
50-
command: publish
51-
publishWebProjects: false
52-
projects: '$(ProjectPath)'
53-
arguments: '--configuration $(BuildConfiguration) --framework net5.0 --no-build'
54-
zipAfterPublish: false
55-
modifyOutputPath: false
56-
5743
- task: DotNetCoreCLI@2
5844
displayName: 'dotnet publish 6.0'
5945
inputs:

0 commit comments

Comments
 (0)