Skip to content

Commit 7dec8a8

Browse files
authored
Add support for Hexa.NET.ImPlot3D in workflow
1 parent 07b776f commit 7dec8a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push-nuget.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
dotnet restore Hexa.NET.ImGuizmo/Hexa.NET.ImGuizmo.csproj
3131
dotnet restore Hexa.NET.ImNodes/Hexa.NET.ImNodes.csproj
3232
dotnet restore Hexa.NET.ImPlot/Hexa.NET.ImPlot.csproj
33+
dotnet restore Hexa.NET.ImPlot3D/Hexa.NET.ImPlot3D.csproj
3334
3435
- name: Build the project
3536
run: |
@@ -41,6 +42,7 @@ jobs:
4142
dotnet build Hexa.NET.ImGuizmo/Hexa.NET.ImGuizmo.csproj --configuration Release
4243
dotnet build Hexa.NET.ImNodes/Hexa.NET.ImNodes.csproj --configuration Release
4344
dotnet build Hexa.NET.ImPlot/Hexa.NET.ImPlot.csproj --configuration Release
45+
dotnet build Hexa.NET.ImPlot3D/Hexa.NET.ImPlot3D.csproj --configuration Release
4446
4547
- name: Pack the project
4648
run: |
@@ -52,6 +54,7 @@ jobs:
5254
dotnet pack Hexa.NET.ImGuizmo/Hexa.NET.ImGuizmo.csproj --configuration Release --output ./nupkgs
5355
dotnet pack Hexa.NET.ImNodes/Hexa.NET.ImNodes.csproj --configuration Release --output ./nupkgs
5456
dotnet pack Hexa.NET.ImPlot/Hexa.NET.ImPlot.csproj --configuration Release --output ./nupkgs
57+
dotnet pack Hexa.NET.ImPlot3D/Hexa.NET.ImPlot3D.csproj --configuration Release --output ./nupkgs
5558
5659
- name: Exclude unwanted packages
5760
run: |

0 commit comments

Comments
 (0)