This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
Discord.Net
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
34
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Fixed PR check in appveyor.yml
tags/1.0.0-rc2
RogueException
8 years ago
parent
c40857bb1e
commit
05f8f41567
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
appveyor.yml
+ 1
- 1
appveyor.yml
View File
@@ -40,7 +40,7 @@ after_build:
test_script:
- ps: >-
if ($APPVEYOR_PULL_REQUEST_NUMBER -
n
e "") {
if ($APPVEYOR_PULL_REQUEST_NUMBER -e
q
"") {
dotnet test test/Discord.Net.Tests/Discord.Net.Tests.csproj -c "Release" --no-build /p:BuildNumber="$Env:BUILD" /p:IsTagBuild="$Env:APPVEYOR_REPO_TAG"
}
Write
Preview
Loading…
Cancel
Save