File tree 2 files changed +3
-19
lines changed
2 files changed +3
-19
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,8 @@ version: '{build}'
2
2
pull_requests :
3
3
do_not_increment_build_number : true
4
4
image : Visual Studio 2019
5
- nuget :
6
- disable_publish_on_pr : true
7
5
build_script :
8
- - cmd : dotnet build
9
6
- cmd : dotnet test .\test\Webenable.Logging.JavaScript.Tests
10
- - cmd : dotnet pack .\src\Webenable.Logging.JavaScript -c Release -o .\artifacts
11
7
test : off
12
8
branches :
13
9
only :
16
12
- git config --global core.autocrlf input
17
13
environment :
18
14
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 1
1
language : csharp
2
2
mono : none
3
- dotnet : 3.0
3
+ dotnet : 3.1
4
4
dist : xenial
5
5
env :
6
6
global :
@@ -10,12 +10,4 @@ branches:
10
10
only :
11
11
- master
12
12
script :
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