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