File tree Expand file tree Collapse file tree 5 files changed +21
-18
lines changed Expand file tree Collapse file tree 5 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 11version : ' {build}'
22pull_requests :
33 do_not_increment_build_number : true
4- image : Visual Studio 2017
4+ image : Visual Studio 2019
55nuget :
66 disable_publish_on_pr : true
77build_script :
8- - ps : .\build.ps1
8+ - cmd : dotnet build
9+ - cmd : dotnet test .\test\Webenable.Logging.JavaScript.Tests
10+ - cmd : dotnet pack .\src\Webenable.Logging.JavaScript -c Release -o .\artifacts
911test : off
12+ branches :
13+ only :
14+ - master
1015init :
1116 - git config --global core.autocrlf input
1217environment :
Original file line number Diff line number Diff line change 11language : csharp
22mono : none
3- dotnet : 2.1.502
4- dist : trusty
5- os :
6- - linux
7- - osx
8- osx_image : xcode8.3
9- before_script :
10- - chmod +x ./build.sh
3+ dotnet : 2.1.701
4+ dist : xenial
5+ branches :
6+ only :
7+ - master
118script :
12- - ./build.sh
9+ - dotnet build
10+ - dotnet test test/Webenable.Logging.JavaScript.Tests
11+ matrix :
12+ include :
13+ - os : linux
14+ dist : xenial
15+ - os : osx
16+ dotnet : 2.1.701
17+ osx_image : xcode10.1
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments