diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:17:27 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:17:27 +0200 |
| commit | 683940cb37ae68780f7cc1fe9885d2e7ca9e8069 (patch) | |
| tree | 094371ce46f4929572da3f89a36653835ae0bdbd /.builds | |
| parent | 521e7aa2a1f41a9b58184de8ae6139fd3a9da119 (diff) | |
| download | dotnet-vipps-ecommerce-683940cb37ae68780f7cc1fe9885d2e7ca9e8069.tar.xz dotnet-vipps-ecommerce-683940cb37ae68780f7cc1fe9885d2e7ca9e8069.zip | |
Export PATH after adding dotnet
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/.run-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml index 3cbafbc..2ff93d3 100644 --- a/.builds/.run-tests.yml +++ b/.builds/.run-tests.yml @@ -15,7 +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" + export PATH="$PATH:$HOME/.dotnet" - restore: | dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj - build: | |
