From 06c19a7b3668349a641945b94e413e31870ef0ec Mon Sep 17 00:00:00 2001 From: Aptivi CEO Date: Tue, 6 Feb 2024 08:44:07 +0300 Subject: [PATCH] imp - Changed symbol package to snupkg --- We've changed the symbol package to snupkg for easier debugging. --- Type: imp Breaking: False Doc Required: False Part: 1/1 --- .github/workflows/pack.yml | 2 +- GRILO.Boot/GRILO.Boot.csproj | 5 +++-- GRILO.Bootloader/GRILO.Bootloader.csproj | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pack.yml b/.github/workflows/pack.yml index 46be8fa..a1ee356 100644 --- a/.github/workflows/pack.yml +++ b/.github/workflows/pack.yml @@ -20,5 +20,5 @@ jobs: - name: Solution Compilation run: dotnet build --configuration Release - name: Package Publication - run: dotnet nuget push "GRILO.*/bin/Release/*.symbols.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org" + run: dotnet nuget push "GRILO.*/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_APIKEY }} --source "nuget.org" --skip-duplicate diff --git a/GRILO.Boot/GRILO.Boot.csproj b/GRILO.Boot/GRILO.Boot.csproj index 91a1291..68438c2 100644 --- a/GRILO.Boot/GRILO.Boot.csproj +++ b/GRILO.Boot/GRILO.Boot.csproj @@ -5,8 +5,9 @@ True True True - 0.1.0.3 - 0.1.0.3 + snupkg + 0.1.0.4 + 0.1.0.4 Aptivi GRILO Bootloader simulator for .NET diff --git a/GRILO.Bootloader/GRILO.Bootloader.csproj b/GRILO.Bootloader/GRILO.Bootloader.csproj index 3660921..c6cb4ac 100644 --- a/GRILO.Bootloader/GRILO.Bootloader.csproj +++ b/GRILO.Bootloader/GRILO.Bootloader.csproj @@ -7,6 +7,7 @@ True True True + snupkg 1.2.1 1.2.1 Aptivi