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 4bffc3c commit d8dcdb3Copy full SHA for d8dcdb3
azure-pipelines.yml
@@ -13,7 +13,7 @@ variables:
13
buildConfiguration: 'Release'
14
15
steps:
16
- - script: dotnet build ExchangeSharpTests.csproj --configuration $(buildConfiguration)
+ - script: dotnet build ./ExchangeSharpTests/ExchangeSharpTests.csproj --configuration $(buildConfiguration)
17
displayName: 'Build All'
18
- - script: dotnet test ExchangeSharpTests.csproj --configuration $(buildConfiguration)
+ - script: dotnet test ./ExchangeSharpTests/ExchangeSharpTests.csproj --configuration $(buildConfiguration)
19
displayName: 'Test'
0 commit comments