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
Update appveyor.yml
pull/2833/head
MysticBoy
GitHub
5 years ago
parent
3406ec9dac
commit
fc1d7a1fcc
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
appveyor.yml
+ 4
- 2
appveyor.yml
View File
@@ -43,8 +43,6 @@ clone_depth: 5 # clone entire repository history if not def
# environment variables
environment:
DNVer: net472
DNCVer: netcoreapp3.1
# my_var1: value1
# # this is how to set encrypted variable. Go to "Settings" -> "Encrypt YAML" page in account menu to encrypt data.
# my_secure_var1:
@@ -52,8 +50,12 @@ environment:
matrix:
- platform: x86
configuration: Debug
DNVer: net472
DNCVer: netcoreapp3.1
- platform: x86
configuration: Release
DNVer: net472
DNCVer: netcoreapp3.1
# this is how to allow failing jobs in the matrix
matrix:
Write
Preview
Loading…
Cancel
Save