We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ef84a commit d3e747cCopy full SHA for d3e747c
.cirrus.yml
@@ -55,7 +55,7 @@ task:
55
task:
56
name: Linux .Net
57
container:
58
- image: microsoft/dotnet/core/sdk
+ image: dotnet/core/sdk
59
git_submodule_update_init_script: git submodule update --init --recursive
60
check_version_script: dotnet --version
61
apt_update_script: apt update
.travis.yml
@@ -4,7 +4,7 @@ matrix:
4
os: linux
5
language: csharp
6
mono: none
7
- dotnet: 2.2
+ dotnet: 3.0
8
dist: xenial
9
after_success:
10
- bash <(curl -s https://codecov.io/bash) -F Linux
0 commit comments