Skip to content

Commit

Permalink
dotnet release (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
laves authored Oct 25, 2023
1 parent 2712aba commit 5abec9b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
18 changes: 0 additions & 18 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 Down Expand Up @@ -103,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

2 changes: 1 addition & 1 deletion demo/dotnet-vui/AvaloniaVUI/AvaloniaVUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
<PackageReference Include="Avalonia.Desktop" Version="0.9.12" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.9.12" />
<PackageReference Include="PvRecorder" Version="1.2.4" />
<PackageReference Include="Porcupine" Version="2.2.3" />
<PackageReference Include="Porcupine" Version="3.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion demo/dotnet/PorcupineDemo/PorcupineDemo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Porcupine" Version="2.2.3" />
<PackageReference Include="Porcupine" Version="3.0.0" />
<PackageReference Include="PvRecorder" Version="1.2.4" />
</ItemGroup>
</Project>

0 comments on commit 5abec9b

Please sign in to comment.