Skip to content

Commit 2930f61

Browse files
authored
chore: change apiscan dotnet to 8 (#14190)
* chore: change apiscan dotnet to 8 * Update apiscan.yml
1 parent 7a3ac2f commit 2930f61

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.azure-pipelines/apiscan.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ pool: "$(POOLAGENT)"
1010

1111
steps:
1212
- task: UseDotNet@2
13-
displayName: 'Use .NET 6.0'
13+
displayName: 'Use .NET 8.0'
1414
inputs:
15-
version: 6.0.x
15+
packageType: 'sdk'
16+
version: '8.0.x'
1617

1718
- task: DotNetCoreCLI@2
1819
displayName: 'dotnet build'

0 commit comments

Comments
 (0)