Skip to content

Commit

Permalink
try dotnet add package -s https://api.nuget.org/ -s ../../../binding/…
Browse files Browse the repository at this point in the history
…dotnet/Rhino/bin/Release Rhino
  • Loading branch information
albho committed Aug 9, 2024
1 parent 0567917 commit d8c5b29
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/dotnet-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,20 @@ jobs:
with:
dotnet-version: 6.0.x

# ************** UNCOMMENT AFTER RELEASE *****************
# - name: Package restore
# run: dotnet restore
# ********************************************************

# ************** REMOVE AFTER RELEASE ********************
- name: Pack .NET SDK
run: 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
run: dotnet add package -s https://api.nuget.org/ -s ../../../binding/dotnet/Rhino/bin/Release Rhino
# ********************************************************

- name: Package restore
run: dotnet restore -s ../../../binding/dotnet/Rhino/bin/Release Rhino -s https://api.nuget.org/

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

Expand Down

0 comments on commit d8c5b29

Please sign in to comment.