We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d2dd7c6 + ec01498 commit ec6f0afCopy full SHA for ec6f0af
azure-pipelines.yml
@@ -7,7 +7,7 @@ pool:
7
steps:
8
- task: UseDotNet@2
9
inputs:
10
- version: '6.x'
+ version: '8.x'
11
packageType: 'sdk'
12
13
- task: DotNetCoreCLI@2
@@ -21,4 +21,4 @@ steps:
21
22
command: test
23
projects: '**/*Test*/*.csproj'
24
- arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'
+ arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'
0 commit comments