Browse Source

Fixed PR check in appveyor.yml

tags/1.0.0-rc2
RogueException 8 years ago
parent
commit
05f8f41567
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      appveyor.yml

+ 1
- 1
appveyor.yml View File

@@ -40,7 +40,7 @@ after_build:

test_script:
- ps: >-
if ($APPVEYOR_PULL_REQUEST_NUMBER -ne "") {
if ($APPVEYOR_PULL_REQUEST_NUMBER -eq "") {
dotnet test test/Discord.Net.Tests/Discord.Net.Tests.csproj -c "Release" --no-build /p:BuildNumber="$Env:BUILD" /p:IsTagBuild="$Env:APPVEYOR_REPO_TAG"
}



Loading…
Cancel
Save