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.
1 parent 4efa188 commit a8fafc3Copy full SHA for a8fafc3
azure-pipelines.yml
@@ -9,7 +9,7 @@ schedules:
9
jobs:
10
- job: 'ParallelTesting'
11
pool:
12
- vmImage: 'ubuntu-20.04'
+ vmImage: 'ubuntu-latest'
13
strategy:
14
parallel: 5
15
displayName: Run tests in parallel
@@ -41,4 +41,4 @@ jobs:
41
inputs:
42
command: test
43
projects: '**/*Tests/*Tests.csproj'
44
- arguments: '--no-build --filter "$(targetTestsFilter)"'
+ arguments: '--no-build --filter "$(targetTestsFilter)"'
0 commit comments