Skip to content

Commit

Permalink
Add docs to sln and add release targets without doc release
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Feb 15, 2021
1 parent 15c1734 commit 1551c6d
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 30 deletions.
65 changes: 35 additions & 30 deletions Plotly.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -57,36 +57,41 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "reference", "reference", "{
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "content", "content", "{60FB82C0-F472-494E-BCF7-7B3C54212406}"
ProjectSection(SolutionItems) = preProject
docs\content\2d-histograms.fsx = docs\content\2d-histograms.fsx
docs\content\3d-line-plots.fsx = docs\content\3d-line-plots.fsx
docs\content\3d-mesh-plots.fsx = docs\content\3d-mesh-plots.fsx
docs\content\3d-scatter-plots.fsx = docs\content\3d-scatter-plots.fsx
docs\content\3d-surface-plots.fsx = docs\content\3d-surface-plots.fsx
docs\content\area-plots.fsx = docs\content\area-plots.fsx
docs\content\axis-styling.fsx = docs\content\axis-styling.fsx
docs\content\bar-and-column-charts.fsx = docs\content\bar-and-column-charts.fsx
docs\content\box-plots.fsx = docs\content\box-plots.fsx
docs\content\bubble-charts.fsx = docs\content\bubble-charts.fsx
docs\content\candlestick.fsx = docs\content\candlestick.fsx
docs\content\choropleth-map.fsx = docs\content\choropleth-map.fsx
docs\content\contour-plots.fsx = docs\content\contour-plots.fsx
docs\content\errorbars.fsx = docs\content\errorbars.fsx
docs\content\fsdocs-custom.css = docs\content\fsdocs-custom.css
docs\content\heatmaps.fsx = docs\content\heatmaps.fsx
docs\content\histograms.fsx = docs\content\histograms.fsx
docs\content\line-scatter-plots.fsx = docs\content\line-scatter-plots.fsx
docs\content\multiple-charts.fsx = docs\content\multiple-charts.fsx
docs\content\parallel-categories.fsx = docs\content\parallel-categories.fsx
docs\content\parallel-coords.fsx = docs\content\parallel-coords.fsx
docs\content\pie-daughnut-charts.fsx = docs\content\pie-daughnut-charts.fsx
docs\content\polar-charts.fsx = docs\content\polar-charts.fsx
docs\content\range-plots.fsx = docs\content\range-plots.fsx
docs\content\sankey.fsx = docs\content\sankey.fsx
docs\content\shapes.fsx = docs\content\shapes.fsx
docs\content\splom.fsx = docs\content\splom.fsx
docs\content\table.fsx = docs\content\table.fsx
docs\content\violin-plots.fsx = docs\content\violin-plots.fsx
docs\content\windrose-charts.fsx = docs\content\windrose-charts.fsx
docs\1_0_basics.fsx = docs\1_0_basics.fsx
docs\1_1_axis-styling.fsx = docs\1_1_axis-styling.fsx
docs\1_2_errorbars.fsx = docs\1_2_errorbars.fsx
docs\1_3_multiple-charts.fsx = docs\1_3_multiple-charts.fsx
docs\1_4_shapes.fsx = docs\1_4_shapes.fsx
docs\2_0_line-scatter-plots.fsx = docs\2_0_line-scatter-plots.fsx
docs\2_1_bar-and-column-charts.fsx = docs\2_1_bar-and-column-charts.fsx
docs\2_2_area-plots.fsx = docs\2_2_area-plots.fsx
docs\2_3_range-plots.fsx = docs\2_3_range-plots.fsx
docs\2_4_bubble-charts.fsx = docs\2_4_bubble-charts.fsx
docs\2_5_pie-doughnut-charts.fsx = docs\2_5_pie-doughnut-charts.fsx
docs\2_6_table.fsx = docs\2_6_table.fsx
docs\3_0_3d-scatter-plots.fsx = docs\3_0_3d-scatter-plots.fsx
docs\3_1_3d-line-plots.fsx = docs\3_1_3d-line-plots.fsx
docs\3_2_3d-surface-plots.fsx = docs\3_2_3d-surface-plots.fsx
docs\3_3_3d-mesh-plots.fsx = docs\3_3_3d-mesh-plots.fsx
docs\4_0_histograms.fsx = docs\4_0_histograms.fsx
docs\4_1_box-plots.fsx = docs\4_1_box-plots.fsx
docs\4_2_violin-plots.fsx = docs\4_2_violin-plots.fsx
docs\4_3_heatmaps.fsx = docs\4_3_heatmaps.fsx
docs\4_4_contour-plots.fsx = docs\4_4_contour-plots.fsx
docs\4_5_2d-histograms.fsx = docs\4_5_2d-histograms.fsx
docs\4_6_splom.fsx = docs\4_6_splom.fsx
docs\5_0_choropleth-map.fsx = docs\5_0_choropleth-map.fsx
docs\6_0_candlestick.fsx = docs\6_0_candlestick.fsx
docs\7_0_polar-charts.fsx = docs\7_0_polar-charts.fsx
docs\7_1_windrose-charts.fsx = docs\7_1_windrose-charts.fsx
docs\8_0_parallel-categories.fsx = docs\8_0_parallel-categories.fsx
docs\8_1_parallel-coords.fsx = docs\8_1_parallel-coords.fsx
docs\8_2_sankey.fsx = docs\8_2_sankey.fsx
docs\_template.html = docs\_template.html
docs\_template.ipynb = docs\_template.ipynb
docs\Dockerfile = docs\Dockerfile
docs\index.fsx = docs\index.fsx
docs\NuGet.config = docs\NuGet.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "img", "img", "{CDB973F2-0F60-4ADB-84A8-924AFA8B6D49}"
Expand Down
12 changes: 12 additions & 0 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,23 @@ let _release =
"Release"
[clean; build; copyBinaries; runTests; pack; buildDocs; createTag; publishNuget; releaseDocs]

/// Full release of nuget package, git tag, and documentation for the stable version.
let _releaseNoDocs =
BuildTask.createEmpty
"ReleaseNoDocs"
[clean; build; copyBinaries; runTests; pack; createTag; publishNuget]

/// Full release of nuget package, git tag, and documentation for the prerelease version.
let _preRelease =
BuildTask.createEmpty
"PreRelease"
[setPrereleaseTag; clean; build; copyBinaries; runTests; packPrerelease; buildDocsPrerelease; createPrereleaseTag; publishNugetPrerelease; prereleaseDocs]

/// Full release of nuget package, git tag, and documentation for the prerelease version.
let _preReleaseNoDocs =
BuildTask.createEmpty
"PreReleaseNoDocs"
[setPrereleaseTag; clean; build; copyBinaries; runTests; packPrerelease; createPrereleaseTag; publishNugetPrerelease]

// run copyBinaries by default
BuildTask.runOrDefault copyBinaries

0 comments on commit 1551c6d

Please sign in to comment.