|
|
@@ -11,8 +11,8 @@ steps: |
|
|
|
- script: dotnet test "test/Discord.Net.Analyzers.Tests/Discord.Net.Analyzers.Tests.csproj" --no-restore --no-build -v minimal -c $(buildConfiguration) --logger trx |
|
|
|
displayName: Analyzer Tests |
|
|
|
|
|
|
|
- script: dotnet test "test/Discord.Net.Tests.Integration/Discord.Net.Tests.Integration.csproj" --no-restore --no-build -v minimal -c $(buildConfiguration) --logger trx |
|
|
|
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev')) |
|
|
|
# - script: dotnet test "test/Discord.Net.Tests.Integration/Discord.Net.Tests.Integration.csproj" --no-restore --no-build -v minimal -c $(buildConfiguration) --logger trx |
|
|
|
# condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev')) |
|
|
|
|
|
|
|
- task: PublishTestResults@2 |
|
|
|
displayName: Publish test results |
|
|
|