FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Plotly.NET/src/Plotly.NET.Interactive/Repack.ps1 at dev · plotly/Plotly.NET · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
plotly
/
Plotly.NET
Public
Notifications
You must be signed in to change notification settings
Fork
99
Star
859
Code
Issues
42
Pull requests
3
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Plotly.NET
/
src
/
Plotly.NET.Interactive
/
Repack.ps1
Copy path
More file actions
More file actions
Latest commit
History
History
History
10 lines (9 loc) · 402 Bytes
Breadcrumbs
Plotly.NET
/
src
/
Plotly.NET.Interactive
/
Repack.ps1
Copy path
File metadata and controls
10 lines (9 loc) · 402 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
#
Clean up the previously-cached NuGet packages.
#
Lower-case is intentional (that's how nuget stores those packages).
Remove-Item
-
Recurse ~\.nuget\packages\plotly.net.interactive
*
-
Force
Remove-Item
-
Recurse ~\.nuget\packages\plotly.net
*
-
Force
#
build and pack Plotly.NET.Interactive
cd ..
/
..
/
.
/
build.cmd
dotnet pack
-
c Release
-
p:PackageVersion
=
0.0
.
1
-
dev
-
o
"
./pkg
"
cd src
/
Plotly.NET.Interactive
Back
|
FazBrowse Home
|
New Git URL