This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
run test with build
pull/2865/head
Student Main
4 years ago
parent
c7e0def682
commit
84cd165734
1 changed files
with
6 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-2
appveyor.yml
+ 6
- 2
appveyor.yml
View File
@@ -40,8 +40,12 @@ image: Visual Studio 2019
# set clone depth
clone_depth: 5 # clone entire repository history if not defined
on_finish:
ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
test_script:
ps: dotnet test
#on_finish:
# ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
# environment variables
environment:
Write
Preview
Loading…
Cancel
Save