Skip to content

Commit 5e6515c

Browse files
committed
ci: use csharp language
1 parent bf0cd35 commit 5e6515c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ language: minimal
33
dist: bionic
44

55
before_install:
6-
# Install .NET
7-
- curl -sSL https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
8-
- source dotnet-install.sh
96
# Download the Microsoft repository GPG keys
107
- wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
118
# Register the Microsoft repository GPG keys
@@ -26,8 +23,10 @@ jobs:
2623
include:
2724
- stage: test
2825
- stage: release
29-
language: node_js
30-
node_js: '14'
26+
# Publish-Module needs dotnet CLI
27+
language: csharp
28+
dotnet: '2.2.401'
29+
mono: none
3130
cache:
3231
yarn: true
3332
install:

0 commit comments

Comments
 (0)