File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 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 : |
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 : |
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 : |
You can’t perform that action at this time.
0 commit comments