Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,9 @@ jobs:

- name: Package NuGet
run: |
nuget pack ../nuspec/nuget/BBT.StructureTools.nuspec
nuget pack ../nuspec/nuget/BBT.StructureTools.Extensions.nuspec
dotnet pack -c $BUILD_CONFIG -p:PackageVersion=$BUILD_VERSION

- name: Publish NuGet
run: |
nuget push ./BBT.StructureTools.$BUILD_VERSION.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}
nuget push ./BBT.StructureTools.Extensions.$BUILD_VERSION.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}
nuget push ./BBT.StructureTools/bin/Release/BBT.StructureTools.$BUILD_VERSION.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}
nuget push ./BBT.StructureTools.Extensions/bin/Release/BBT.StructureTools.Extensions.$BUILD_VERSION.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.NUGETORG}}
32 changes: 0 additions & 32 deletions nuspec/nuget/BBT.StructureTools.Extensions.nuspec

This file was deleted.

32 changes: 0 additions & 32 deletions nuspec/nuget/BBT.StructureTools.nuspec

This file was deleted.

Binary file removed nuspec/nuget/icon.png
Binary file not shown.