File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/Plotly.NET.Interactive Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232 <ItemGroup >
3333 <None Include =" Repack.ps1" />
3434 <None Include =" ..\..\docs\img\logo.png" Pack =" true" PackagePath =" \" />
35- <None Include =" ..\Plotly.NET.Interactive\bin\Release\$(TargetFramework) \Plotly.NET.Interactive.dll" Pack =" true" PackagePath =" interactive-extensions/dotnet" />
35+ <None Include =" ..\..\bin\ Plotly.NET.Interactive\net5.0 \Plotly.NET.Interactive.dll" Pack =" true" PackagePath =" interactive-extensions/dotnet" />
3636 <Compile Include =" AssemblyInfo.fs" />
3737 <Compile Include =" Extension.fs" />
3838 </ItemGroup >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Remove-Item -Recurse ~\.nuget\packages\Plotly.NET.Interactive* -Force
33Remove-Item - Recurse ~\.nuget\packages\Plotly.NET* - Force
44
55# build and pack Plotly.NET.Interactive
6- dotnet restore
7- dotnet clean
8- dotnet build - c Release
9- dotnet pack - c Release
6+ cd .. / .. /
7+ dotnet tool restore
8+ dotnet fake build
9+ dotnet pack - c Release - p:PackageVersion = 0.0 . 0 - dev - o " ./pkg "
You can’t perform that action at this time.
0 commit comments