Skip to content

Commit d3db7a5

Browse files
authored
Update .NET SDK version in Azure pipeline
1 parent 2072e3b commit d3db7a5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@ variables:
99

1010
steps:
1111
- task: UseDotNet@2
12-
displayName: 'Use .NET sdk'
12+
displayName: 'Add .NET SDK'
1313
inputs:
1414
packageType: sdk
15-
version: 8.0.x
15+
version: 10.0.x
16+
includePreviewVersions: true
1617

1718
- script: dotnet build --configuration $(buildConfiguration)
1819
displayName: 'dotnet build $(buildConfiguration)'

0 commit comments

Comments
 (0)