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 6d2ddb8 commit 6c89f22Copy full SHA for 6c89f22
dev/build/azure-pipelines.yml
@@ -49,14 +49,14 @@ steps:
49
condition: eq(variables['purpose'], 'library')
50
inputs:
51
command: 'build'
52
- projects: 'Spectrogram.Tests/Spectrogram.Tests.csproj'
+ projects: 'src/Spectrogram.Tests/Spectrogram.Tests.csproj'
53
54
- task: DotNetCoreCLI@2
55
displayName: 'Run Tests'
56
57
58
command: test
59
60
61
### REBUILD FULL SOLUTION
62
0 commit comments