We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0cd35 commit 5e6515cCopy full SHA for 5e6515c
.travis.yml
@@ -3,9 +3,6 @@ language: minimal
3
dist: bionic
4
5
before_install:
6
- # Install .NET
7
- - curl -sSL https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
8
- - source dotnet-install.sh
9
# Download the Microsoft repository GPG keys
10
- wget -q https://packages.microsoft.com/config/ubuntu/18.04/packages-microsoft-prod.deb
11
# Register the Microsoft repository GPG keys
@@ -26,8 +23,10 @@ jobs:
26
23
include:
27
24
- stage: test
28
25
- stage: release
29
- language: node_js
30
- node_js: '14'
+ # Publish-Module needs dotnet CLI
+ language: csharp
+ dotnet: '2.2.401'
+ mono: none
31
cache:
32
yarn: true
33
install:
0 commit comments