diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:15:22 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:15:22 +0200 |
| commit | 521e7aa2a1f41a9b58184de8ae6139fd3a9da119 (patch) | |
| tree | d92847137c0e0b37a985bb10228cf1db85cc12fe | |
| parent | 884902e6dda7aaa133978a4b6225d449f2a7f9f3 (diff) | |
| download | dotnet-vipps-ecommerce-521e7aa2a1f41a9b58184de8ae6139fd3a9da119.tar.xz dotnet-vipps-ecommerce-521e7aa2a1f41a9b58184de8ae6139fd3a9da119.zip | |
Add dotnet to path after install
| -rw-r--r-- | .builds/.run-tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml index 845fe8f..3cbafbc 100644 --- a/.builds/.run-tests.yml +++ b/.builds/.run-tests.yml @@ -15,6 +15,7 @@ tasks: wget https://dot.net/v1/dotnet-install.sh chmod +x dotnet-install.sh bash dotnet-install.sh -c 5.0 + PATH="$PATH:$HOME/.dotnet" - restore: | dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj - build: | |
