From f2e6a00ad5c195ae705fcfc36e7c57d0315b9021 Mon Sep 17 00:00:00 2001 From: vivet Date: Mon, 8 Sep 2025 15:08:36 +0200 Subject: [PATCH 1/2] Changed to Powershell shell --- .github/workflows/build-and-deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml index ae7434d..986474e 100644 --- a/.github/workflows/build-and-deploy.yml +++ b/.github/workflows/build-and-deploy.yml @@ -50,9 +50,10 @@ jobs: - name: Push NuGet if: github.ref == 'refs/heads/master' + shell: pwsh run: | - dotnet nuget push "nupkgs/$($env:APP_NAME).$($env:VERSION).nupkg" -s "$($env:NUGET_HOST)" -k "$($env:NUGET_APIKEY)" - dotnet nuget push "nupkgs/$($env:APP_NAME).$($env:VERSION).snupkg" -s "$($env:NUGET_HOST)" -k "$($env:NUGET_APIKEY)" + dotnet nuget push nupkgs/$env:APP_NAME"."$env:VERSION.nupkg -s $env:NUGET_HOST -k $env:NUGET_APIKEY + dotnet nuget push nupkgs/$env:APP_NAME"."$env:VERSION.snupkg -s $env:NUGET_HOST -k $env:NUGET_APIKEY - name: GitHub Release if: github.ref == 'refs/heads/master' From de38f5f8638a9bfe78aebb60f2d9c9b679b5d792 Mon Sep 17 00:00:00 2001 From: vivet Date: Mon, 8 Sep 2025 19:49:39 +0200 Subject: [PATCH 2/2] Just updated test NuGets --- .../Tests.HungarianAlgorithm/Tests.HungarianAlgorithm.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tests/Tests.HungarianAlgorithm/Tests.HungarianAlgorithm.csproj b/.tests/Tests.HungarianAlgorithm/Tests.HungarianAlgorithm.csproj index eabfb4b..6d3a814 100644 --- a/.tests/Tests.HungarianAlgorithm/Tests.HungarianAlgorithm.csproj +++ b/.tests/Tests.HungarianAlgorithm/Tests.HungarianAlgorithm.csproj @@ -6,8 +6,8 @@ false - - + +