From 5c8777f5667b1aada91dda9e99dc80f5804256e6 Mon Sep 17 00:00:00 2001 From: Jon Kjennbakken Date: Thu, 10 Oct 2024 08:39:42 +0200 Subject: [PATCH] correct path --- .github/workflows/build_and_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 91e1ebb..4354564 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -29,9 +29,9 @@ jobs: - name: Install dependencies Vipps.net run: dotnet restore src/Vipps.net/Vipps.net.csproj - name: Build Vipps.net.models.Epayment - run: dotnet build src/Vipps.net.AspCoreDemo/Vipps.net.Models.Epayment.csproj --no-restore --configuration Release + run: dotnet build src/Vipps.net.Models.Epayment.csproj --no-restore --configuration Release - name: Build Vipps.net.models.Checkout - run: dotnet build src/Vipps.net.AspCoreDemo/Vipps.net.Models.Checkout.csproj --no-restore --configuration Release + run: dotnet build src/Vipps.net.Models.Checkout.csproj --no-restore --configuration Release - name: Build vipps.net run: dotnet build src/Vipps.net/Vipps.net.csproj --no-restore --configuration Release - name: Install dependencies Vipps.net.Demo