Skip to content

Commit ec6f0af

Browse files
committed
Merge branch 'master' of https://github.com/simonmau/enum_ext
2 parents d2dd7c6 + ec01498 commit ec6f0af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pool:
77
steps:
88
- task: UseDotNet@2
99
inputs:
10-
version: '6.x'
10+
version: '8.x'
1111
packageType: 'sdk'
1212

1313
- task: DotNetCoreCLI@2
@@ -21,4 +21,4 @@ steps:
2121
inputs:
2222
command: test
2323
projects: '**/*Test*/*.csproj'
24-
arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'
24+
arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'

0 commit comments

Comments
 (0)