From 884902e6dda7aaa133978a4b6225d449f2a7f9f3 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 9 Apr 2021 21:12:16 +0200 Subject: Set execution permission on dotnet-install.sh --- .builds/.run-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.builds/.run-tests.yml') diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml index c6888f7..845fe8f 100644 --- a/.builds/.run-tests.yml +++ b/.builds/.run-tests.yml @@ -13,7 +13,8 @@ sources: tasks: - install-dotnet: | wget https://dot.net/v1/dotnet-install.sh - ./dotnet-install.sh -c 5.0 + chmod +x dotnet-install.sh + bash dotnet-install.sh -c 5.0 - restore: | dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj - build: | -- cgit v1.3