Skip to content

Commit 8e2709b

Browse files
committed
Updated build pipeline to use net 6.0.
1 parent 595f114 commit 8e2709b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

azure-pipelines.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ stages:
1313
- task: NuGetAuthenticate@0
1414
displayName: NuGet Authenticate
1515
- task: UseDotNet@2
16-
displayName: Use .Net Core SDK 5.x
16+
displayName: Use .Net Core SDK 6.x
1717
inputs:
18-
version: 5.x
18+
version: 6.x
1919
- task: DotNetCoreCLI@2
2020
displayName: dotnet test
2121
inputs:
@@ -29,9 +29,9 @@ stages:
2929
- task: NuGetAuthenticate@0
3030
displayName: NuGet Authenticate
3131
- task: UseDotNet@2
32-
displayName: Use .Net Core SDK 5.x
32+
displayName: Use .Net Core SDK 6.x
3333
inputs:
34-
version: 5.x
34+
version: 6.x
3535
- task: DotNetCoreCLI@2
3636
displayName: dotnet test
3737
inputs:
@@ -45,9 +45,9 @@ stages:
4545
- task: NuGetAuthenticate@0
4646
displayName: NuGet Authenticate
4747
- task: UseDotNet@2
48-
displayName: Use .Net Core SDK 5.x
48+
displayName: Use .Net Core SDK 6.x
4949
inputs:
50-
version: 5.x
50+
version: 6.x
5151
- task: DotNetCoreCLI@2
5252
displayName: dotnet test
5353
inputs:
@@ -62,9 +62,9 @@ stages:
6262
vmImage: windows-latest
6363
steps:
6464
- task: UseDotNet@2
65-
displayName: Use .Net Core SDK 5.x
65+
displayName: Use .Net Core SDK 6.x
6666
inputs:
67-
version: 5.x
67+
version: 6.x
6868
- task: NuGetAuthenticate@0
6969
displayName: NuGet Authenticate
7070
- task: NuGetToolInstaller@1
@@ -157,4 +157,4 @@ stages:
157157
inputs:
158158
PathtoPublish: $(build.artifactstagingdirectory)
159159
ArtifactName: logs
160-
condition: succeededOrFailed()
160+
condition: succeededOrFailed()

0 commit comments

Comments
 (0)