Skip to content

Commit a8fafc3

Browse files
authored
chore: fix vmImage
1 parent 4efa188 commit a8fafc3

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
@@ -9,7 +9,7 @@ schedules:
99
jobs:
1010
- job: 'ParallelTesting'
1111
pool:
12-
vmImage: 'ubuntu-20.04'
12+
vmImage: 'ubuntu-latest'
1313
strategy:
1414
parallel: 5
1515
displayName: Run tests in parallel
@@ -41,4 +41,4 @@ jobs:
4141
inputs:
4242
command: test
4343
projects: '**/*Tests/*Tests.csproj'
44-
arguments: '--no-build --filter "$(targetTestsFilter)"'
44+
arguments: '--no-build --filter "$(targetTestsFilter)"'

0 commit comments

Comments
 (0)