Skip to content

Commit 4cb866d

Browse files
committed
Update build scripts to .NET Core 3.1
1 parent 0b15c9d commit 4cb866d

File tree

2 files changed

+3
-19
lines changed

2 files changed

+3
-19
lines changed

.appveyor.yml

+1-9
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ version: '{build}'
22
pull_requests:
33
do_not_increment_build_number: true
44
image: Visual Studio 2019
5-
nuget:
6-
disable_publish_on_pr: true
75
build_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
117
test: off
128
branches:
139
only:
@@ -16,8 +12,4 @@ init:
1612
- git config --global core.autocrlf input
1713
environment:
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

.travis.yml

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: csharp
22
mono: none
3-
dotnet: 3.0
3+
dotnet: 3.1
44
dist: xenial
55
env:
66
global:
@@ -10,12 +10,4 @@ branches:
1010
only:
1111
- master
1212
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

0 commit comments

Comments
 (0)