Skip to content

Commit 6c89f22

Browse files
committed
Update azure-pipelines.yml
1 parent 6d2ddb8 commit 6c89f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/build/azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ steps:
4949
condition: eq(variables['purpose'], 'library')
5050
inputs:
5151
command: 'build'
52-
projects: 'Spectrogram.Tests/Spectrogram.Tests.csproj'
52+
projects: 'src/Spectrogram.Tests/Spectrogram.Tests.csproj'
5353

5454
- task: DotNetCoreCLI@2
5555
displayName: 'Run Tests'
5656
condition: eq(variables['purpose'], 'library')
5757
inputs:
5858
command: test
59-
projects: 'Spectrogram.Tests/Spectrogram.Tests.csproj'
59+
projects: 'src/Spectrogram.Tests/Spectrogram.Tests.csproj'
6060

6161
### REBUILD FULL SOLUTION
6262

0 commit comments

Comments
 (0)