Skip to content

Commit

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

- name: Package restore
run: dotnet restore --source https://api.nuget.org/v3/index.json

# ************** REMOVE AFTER RELEASE ********************
- name: Pack .NET SDK
run: dotnet pack -c Release
Expand All @@ -54,6 +51,9 @@ jobs:
run: dotnet add package -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 0567917

Please sign in to comment.