Skip to content

Commit 316fdd4

Browse files
committed
useGlobalJson: true
1 parent 73a90e8 commit 316fdd4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ jobs:
1919
displayName: 'Use .NET sdk 8.0.x'
2020
inputs:
2121
version: 8.0.x
22+
useGlobalJson: true
2223
performMultiLevelLookup: true
2324

2425
- task: DotNetCoreCLI@2
2526
displayName: Build
2627
inputs:
2728
command: build
2829
projects: '**/*.csproj'
30+
useGlobalJson: true
2931

3032
- bash: |
3133
tests=($(dotnet test . --no-build --list-tests | grep Test_))
@@ -41,4 +43,5 @@ jobs:
4143
inputs:
4244
command: test
4345
projects: '**/*Tests/*Tests.csproj'
46+
useGlobalJson: true
4447
arguments: '--no-build --filter "$(targetTestsFilter)"'

0 commit comments

Comments
 (0)