Skip to content

Commit

Permalink
Remove unused files from .Net examples (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Jun 24, 2024
1 parent 00de2bd commit e7a4510
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 168 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test-dot-net.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,6 @@ jobs:
shell: bash
run: |
cp -v scripts/dotnet/examples/Common.csproj dotnet-examples/Common/
cp -v scripts/dotnet/examples/offline-tts.csproj dotnet-examples/offline-tts/
cp -v scripts/dotnet/examples/offline-decode-files.csproj dotnet-examples/offline-decode-files/
cp -v scripts/dotnet/examples/online-decode-files.csproj dotnet-examples/online-decode-files/
cp -v scripts/dotnet/examples/speech-recognition-from-microphone.csproj dotnet-examples/speech-recognition-from-microphone/
cp -v scripts/dotnet/examples/spoken-language-identification.csproj dotnet-examples/spoken-language-identification/
cp -v scripts/dotnet/examples/streaming-hlg-decoding.csproj dotnet-examples/streaming-hlg-decoding
cp -v scripts/dotnet/examples/speaker-identification.csproj dotnet-examples/speaker-identification
cp -v scripts/dotnet/examples/offline-punctuation.csproj dotnet-examples/offline-punctuation
cp -v scripts/dotnet/examples/vad-non-streaming-asr-paraformer.csproj dotnet-examples/vad-non-streaming-asr-paraformer
ls -lh /tmp
Expand Down
1 change: 0 additions & 1 deletion dotnet-examples/Common/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<RestoreSources>/tmp/packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
Expand Down
1 change: 1 addition & 0 deletions scripts/dotnet/examples/Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<PropertyGroup>
<TargetFramework>.net6</TargetFramework>
<RestoreSources>/tmp/packages;$(RestoreSources);https://api.nuget.org/v3/index.json</RestoreSources>
</PropertyGroup>

<ItemGroup>
Expand Down
15 changes: 0 additions & 15 deletions scripts/dotnet/examples/offline-decode-files.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/offline-punctuation.csproj

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/dotnet/examples/offline-tts-play.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/offline-tts.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/online-decode-files.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/speaker-identification.csproj

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/dotnet/examples/speech-recognition-from-microphone.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/spoken-language-identification.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/streaming-hlg-decoding.csproj

This file was deleted.

15 changes: 0 additions & 15 deletions scripts/dotnet/examples/vad-non-streaming-asr-paraformer.csproj

This file was deleted.

0 comments on commit e7a4510

Please sign in to comment.