From 798040fcb14a4845ae2f0c513824f9647ac35ada Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 9 Apr 2021 21:07:14 +0200 Subject: Install dotnet with dotnet-install.sh --- .builds/.run-tests.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml index e2885f3..c6888f7 100644 --- a/.builds/.run-tests.yml +++ b/.builds/.run-tests.yml @@ -1,9 +1,19 @@ image: alpine/latest packages: - - dotnet + - bash + - icu-libs + - krb5-libs + - libgcc + - libintl + - libssl1.1 + - libssl1.1 + - zlib sources: - https://git.sr.ht/~ivar/IOL.VippsEcommerce tasks: + - install-dotnet: | + wget https://dot.net/v1/dotnet-install.sh + ./dotnet-install.sh -c 5.0 - restore: | dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj - build: | -- cgit v1.3