diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:12:16 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:12:16 +0200 |
| commit | 884902e6dda7aaa133978a4b6225d449f2a7f9f3 (patch) | |
| tree | 299638e2a6fb7f062f2a76b4f7993a6f9b6385b8 /.builds/.run-tests.yml | |
| parent | 798040fcb14a4845ae2f0c513824f9647ac35ada (diff) | |
| download | dotnet-vipps-ecommerce-884902e6dda7aaa133978a4b6225d449f2a7f9f3.tar.xz dotnet-vipps-ecommerce-884902e6dda7aaa133978a4b6225d449f2a7f9f3.zip | |
Set execution permission on dotnet-install.sh
Diffstat (limited to '.builds/.run-tests.yml')
| -rw-r--r-- | .builds/.run-tests.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: | |
