From 7f800d22d8bce43a5c82211bc390e334f87f8899 Mon Sep 17 00:00:00 2001 From: Jon Erlend Kronborg Date: Wed, 11 Oct 2023 10:11:33 +0200 Subject: [PATCH] fixed pipeline --- .github/workflows/main_atil-feecalculator.yml | 2 +- .github/workflows/test_atil-feecalculator.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main_atil-feecalculator.yml b/.github/workflows/main_atil-feecalculator.yml index e95acc1..8dd4d29 100644 --- a/.github/workflows/main_atil-feecalculator.yml +++ b/.github/workflows/main_atil-feecalculator.yml @@ -16,7 +16,7 @@ jobs: - name: Install dependencies run: dotnet restore . - name: Build - run: dotnet publish ./src/ATIL.FeeCalculator.csproj--configuration Release --no-restore -o publish + run: dotnet publish ./src/ATIL.FeeCalculator.csproj --configuration Release --no-restore -o publish - name: checkout octopus uses: OctopusDeploy/install-octopus-cli-action@v1.1.8 - name: pack & push to octo diff --git a/.github/workflows/test_atil-feecalculator.yml b/.github/workflows/test_atil-feecalculator.yml index 569d3ff..d00ada4 100644 --- a/.github/workflows/test_atil-feecalculator.yml +++ b/.github/workflows/test_atil-feecalculator.yml @@ -11,12 +11,12 @@ jobs: - name: Set up .NET Core uses: actions/setup-dotnet@v1 with: - dotnet-version: "6.0.x" + dotnet-version: '6.0.x' include-prerelease: true - name: Install dependencies run: dotnet restore . - name: Build - run: dotnet publish ./src/ATIL.FeeCalculator.csproj--configuration Release --no-restore -o publish + run: dotnet publish ./src/ATIL.FeeCalculator.csproj --configuration Release --no-restore -o publish - name: checkout octopus uses: OctopusDeploy/install-octopus-cli-action@v1.1.8 - name: pack & push to octo