Skip to content

Commit

Permalink
rm pack step
Browse files Browse the repository at this point in the history
  • Loading branch information
albho committed Aug 8, 2024
1 parent c7762c2 commit ad03326
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/dotnet-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,6 @@ jobs:
with:
dotnet-version: 6.0.x

# ************** REMOVE AFTER RELEASE ********************
- name: Pack .NET SDK
run: |
dotnet build
dotnet pack -c Release
working-directory: binding/dotnet

- name: Add local NuGet package file
run: dotnet add package -s ../../../binding/dotnet/Rhino/bin/Release Rhino
# ********************************************************

- name: Dotnet build micdemo
run: dotnet build -c MicDemo.Release

Expand Down
1 change: 0 additions & 1 deletion binding/go/rhino.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ func (rhino *Rhino) Init() error {
if PvStatus(status) != SUCCESS {
errorStatus, messageStack := nativeRhino.nativeGetErrorStack()
if errorStatus != SUCCESS {
fmt.Sprintf("ERROR_STATUS (%d) | MESSAGE_STACK: %s", errorStatus, messageStack)
return &RhinoError{
StatusCode: errorStatus,
Message: "Unable to get Rhino error state",
Expand Down

0 comments on commit ad03326

Please sign in to comment.