File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed
tools/JsonCli/.azure-pipelines Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 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 :
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 :
You can’t perform that action at this time.
0 commit comments