diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:44:03 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2021-04-09 21:44:03 +0200 |
| commit | bff6003cf6b4ae88963a099fcff377035e117b6e (patch) | |
| tree | 169dee5518d96a6dfd4b75e1adfe7312839f0249 /.builds | |
| parent | 1f27907ac4b611b17c8a23fa7c15d3731a2e5a7b (diff) | |
| download | dotnet-vipps-ecommerce-bff6003cf6b4ae88963a099fcff377035e117b6e.tar.xz dotnet-vipps-ecommerce-bff6003cf6b4ae88963a099fcff377035e117b6e.zip | |
Use full path for dotnet
Diffstat (limited to '.builds')
| -rw-r--r-- | .builds/.run-tests.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.builds/.run-tests.yml b/.builds/.run-tests.yml index cf4c368..a48f5bb 100644 --- a/.builds/.run-tests.yml +++ b/.builds/.run-tests.yml @@ -16,12 +16,12 @@ tasks: chmod +x dotnet-install.sh bash dotnet-install.sh -c 5.0 - display-dotnet-info: | - ./$HOME/.dotnet/dotnet --info + $HOME/.dotnet/dotnet --info - navigate-to-repo: | cd $HOME/IOL.VippsEcommerce - restore: | - ./$HOME/.dotnet/dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj + $HOME/.dotnet/dotnet restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj - build: | - ./$HOME/.dotnet/dotnet build --no-restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj + $HOME/.dotnet/dotnet build --no-restore src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj - test: | - ./$HOME/.dotnet/dotnet test --no-build --verbosity normal src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj + $HOME/.dotnet/dotnet test --no-build --verbosity normal src/IOL.VippsEcommerce.Tests/IOL.VippsEcommerce.Tests.csproj |
