File tree Expand file tree Collapse file tree 3 files changed +21
-3
lines changed
Expand file tree Collapse file tree 3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 3939 - name : Package restore
4040 run : dotnet restore
4141
42+ # *********** REMOVE AFTER RELEASE **********************
43+ - name : Pack binding for local ref
44+ run : dotnet pack -c Release
45+ working-directory : binding/dotnet
46+
47+ - name : Add binding to demo
48+ run : dotnet add package -s ../../../binding/dotnet/Orca/bin/Release Picovoice.Orca
49+ # ******************************************************
50+
4251 - name : .NET build file demo
4352 run : dotnet build -c FileDemo.Release
4453
8594 - name : Package restore
8695 run : dotnet restore
8796
97+ # *********** REMOVE AFTER RELEASE **********************
98+ - name : Pack binding for local ref
99+ run : dotnet pack -c Release
100+ working-directory : binding/dotnet
101+
102+ - name : Add binding to demo
103+ run : dotnet add package -s ../../../binding/dotnet/Orca/bin/Release Picovoice.Orca
104+ # ******************************************************
105+
88106 - name : .NET build file demo
89107 run : dotnet build -c FileDemo.Release
90108
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <TargetFrameworks >net6.0;netstandard2.0</TargetFrameworks >
4- <Version >2.0.0 </Version >
4+ <Version >2.0.1 </Version >
55 <Authors >Picovoice</Authors >
66 <Company />
77 <Product >Orca Streaming Text-to-Speech Engine</Product >
Original file line number Diff line number Diff line change 1010 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
1111 <Visible >false</Visible >
1212 </Content >
13- <Content Include =" $(MSBuildThisFileDirectory)pv_ypu_impl_cuda .dll" >
14- <Link >pv_ypu_impl_cuda .dll</Link >
13+ <Content Include =" $(MSBuildThisFileDirectory)pv_ypu_impl_cuda_orca .dll" >
14+ <Link >pv_ypu_impl_cuda_orca .dll</Link >
1515 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
1616 <Visible >false</Visible >
1717 </Content >
You can’t perform that action at this time.
0 commit comments