File tree Expand file tree Collapse file tree 3 files changed +11
-19
lines changed Expand file tree Collapse file tree 3 files changed +11
-19
lines changed Original file line number Diff line number Diff line change 1
1
# CONTRIBUTING
2
2
3
3
## CI Service
4
- - Circle-ci used Docker on microsoft/aspnet:1.0.0-rc1-update1-coreclr.
5
- - Travisci used build.sh.
4
+ - Circle-ci used Docker on microsoft/dotnet:1.0.0.
5
+ - Circle-ci used build.sh.
6
+ - Travisci used build_travis.sh.
6
7
- Appveyor used build.cmd.
7
8
- MyGet serivce used manual build.
8
9
9
10
## Local Build
10
11
Be checked
11
12
Windows 8.1
12
- Windows 10
13
- - Visual Studio 2015 Community
13
+ Windows 10 1511
14
+ Windows 10 1607
15
+ Windows 10 1703 comming soon
16
+ - Visual Studio 2017 Community
14
17
- Be instalations update.
15
18
- NuGet get xunit visual studio runner.
16
- - MsBuild
17
-
18
- Not Checked
19
- - build.cmd
19
+ - MsBuild 15
20
+ - NuGet 4.0
21
+ - ` chcp 65001 ` && ` cmd /c build.cmd `
20
22
Original file line number Diff line number Diff line change 4
4
5
5
dependencies :
6
6
override :
7
- - docker pull f799/learning:UpdateSDK
7
+ - docker pull f799/learning:latest
8
8
9
9
test :
10
10
override :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments