Browse Source

comment out the integration tests from the build script

no bot token is provided to this script, and use of integration tests in CI is questionable here
pull/1290/head
Chris Johnston 6 years ago
parent
commit
ef2830ac90
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      azure/build.yml

+ 2
- 2
azure/build.yml View File

@@ -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


Loading…
Cancel
Save