Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Jan 31, 2024
1 parent b4b71fb commit ac3c64a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 27 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/dotnet-demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,6 @@ jobs:
- name: Package restore
run: dotnet restore

# *********** REMOVE AFTER RELEASE **********************
- name: Pack binding for local ref
run: dotnet pack -c Release
working-directory: binding/dotnet

- name: Add binding to demo
run: dotnet add package -s ../../../binding/dotnet/Porcupine/bin/Release Porcupine
# ******************************************************

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

Expand All @@ -73,15 +64,6 @@ jobs:
- name: Package restore
run: dotnet restore

# *********** REMOVE AFTER RELEASE **********************
- name: Pack binding for local ref
run: dotnet pack -c Release
working-directory: binding/dotnet

- name: Add binding to demo
run: dotnet add package -s ../../../binding/dotnet/Porcupine/bin/Release Porcupine
# ******************************************************

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

Expand Down Expand Up @@ -112,15 +94,6 @@ jobs:
- name: Package restore
run: dotnet restore

# *********** REMOVE AFTER RELEASE **********************
- name: Pack binding for local ref
run: dotnet pack -c Release
working-directory: binding/dotnet

- name: Add binding to demo
run: dotnet add package -s ../../../binding/dotnet/Porcupine/bin/Release Porcupine
# ******************************************************

- name: Dotnet build
run: dotnet build

1 change: 1 addition & 0 deletions binding/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Platforms compatible with .NET Core 3.0+:
- 2
- 3 (32 and 64 bit)
- 4 (32 and 64 bit)
- 5 (32 and 64 bit)
- NVIDIA Jetson Nano
- BeagleBone

Expand Down
1 change: 1 addition & 0 deletions demo/dotnet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Porcupine is:
- 2
- 3 (32 and 64 bit)
- 4 (32 and 64 bit)
- 5 (32 and 64 bit)
- NVIDIA Jetson Nano
- BeagleBone

Expand Down

0 comments on commit ac3c64a

Please sign in to comment.