Skip to content
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.

Commit

Permalink
imp - Changed symbol package to snupkg
Browse files Browse the repository at this point in the history
---

We've changed the symbol package to snupkg for easier debugging.

---

Type: imp
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Feb 6, 2024
1 parent 52c90fa commit 06c19a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

5 changes: 3 additions & 2 deletions GRILO.Boot/GRILO.Boot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<IncludeSymbols>True</IncludeSymbols>
<Version>0.1.0.3</Version>
<PackageVersion>0.1.0.3</PackageVersion>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>0.1.0.4</Version>
<PackageVersion>0.1.0.4</PackageVersion>
<Authors>Aptivi</Authors>
<Product>GRILO</Product>
<Description>Bootloader simulator for .NET</Description>
Expand Down
1 change: 1 addition & 0 deletions GRILO.Bootloader/GRILO.Bootloader.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<IncludeSymbols>True</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>1.2.1</Version>
<PackageVersion>1.2.1</PackageVersion>
<Authors>Aptivi</Authors>
Expand Down

0 comments on commit 06c19a7

Please sign in to comment.