File tree Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Expand file tree Collapse file tree 2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,8 @@ version: '{build}'
22pull_requests :
33 do_not_increment_build_number : true
44image : Visual Studio 2019
5- nuget :
6- disable_publish_on_pr : true
75build_script :
8- - cmd : dotnet build
96 - cmd : dotnet test .\test\Webenable.Logging.JavaScript.Tests
10- - cmd : dotnet pack .\src\Webenable.Logging.JavaScript -c Release -o .\artifacts
117test : off
128branches :
139 only :
1612 - git config --global core.autocrlf input
1713environment :
1814 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
19- DOTNET_CLI_TELEMETRY_OPTOUT : true
20- CI : true
21- artifacts :
22- - path : .\artifacts\**\*.nupkg
23- name : NuGet
15+ DOTNET_CLI_TELEMETRY_OPTOUT : true
Original file line number Diff line number Diff line change 11language : csharp
22mono : none
3- dotnet : 3.0
3+ dotnet : 3.1
44dist : xenial
55env :
66 global :
@@ -10,12 +10,4 @@ branches:
1010 only :
1111 - master
1212script :
13- - dotnet build
14- - dotnet test test/Webenable.Logging.JavaScript.Tests
15- matrix :
16- include :
17- - os : linux
18- dist : xenial
19- - os : osx
20- dotnet : 3.0.100
21- osx_image : xcode11.2
13+ - dotnet test test/Webenable.Logging.JavaScript.Tests
You can’t perform that action at this time.
0 commit comments