Skip to content

Commit bf30212

Browse files
committed
use .net 8 on ci, remove unused pipelines
1 parent bcdf53c commit bf30212

File tree

6 files changed

+4
-173
lines changed

6 files changed

+4
-173
lines changed

.github/workflows/build-and-deploy-docs.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v3
1919
with:
20-
dotnet-version: 6.x.x
20+
dotnet-version: 8.x.x
2121
- name: make script executable
2222
run: chmod u+x build.sh
2323
- name: Build and test
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup .NET
3434
uses: actions/setup-dotnet@v3
3535
with:
36-
dotnet-version: 6.x.x
36+
dotnet-version: 8.x.x
3737
- name: Build and test (includes netfx)
3838
working-directory: ./
3939
run: ./build.cmd runtestsall

.github/workflows/check-formatting.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/push-prerelease.yml

Lines changed: 0 additions & 86 deletions
This file was deleted.

.github/workflows/verify-docs.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

Plotly.NET.sln

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,15 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET", "src\Plotly.NE
3131
EndProject
3232
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".ci", ".ci", "{2461AFBF-6E10-4F7B-A0EA-3D62541C2EB1}"
3333
ProjectSection(SolutionItems) = preProject
34-
.github\workflows\build-and-deploy-docs.yml = .github\workflows\build-and-deploy-docs.yml
3534
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
36-
.github\workflows\check-formatting.yml = .github\workflows\check-formatting.yml
37-
.github\workflows\push-prerelease.yml = .github\workflows\push-prerelease.yml
38-
.github\workflows\verify-docs.yml = .github\workflows\verify-docs.yml
3935
EndProjectSection
4036
EndProject
4137
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Plotly.NET.Interactive", "src\Plotly.NET.Interactive\Plotly.NET.Interactive.fsproj", "{0F135E3B-B0E1-42A9-B180-18C0221DC7B8}"
4238
EndProject
4339
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{7B09CC0A-F1E1-4094-9DE4-B047581E01F0}"
4440
ProjectSection(SolutionItems) = preProject
45-
docs\Dockerfile = docs\Dockerfile
4641
docs\404.fsx.txt = docs\404.fsx.txt
42+
docs\Dockerfile = docs\Dockerfile
4743
docs\index.fsx = docs\index.fsx
4844
docs\NuGet.config = docs\NuGet.config
4945
docs\_template.html = docs\_template.html
@@ -145,10 +141,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "04_distribution-charts", "0
145141
docs\distribution-charts\box-plots.fsx = docs\distribution-charts\box-plots.fsx
146142
docs\distribution-charts\contour-plots.fsx = docs\distribution-charts\contour-plots.fsx
147143
docs\distribution-charts\histograms.fsx = docs\distribution-charts\histograms.fsx
144+
docs\distribution-charts\pareto-chart.fsx = docs\distribution-charts\pareto-chart.fsx
148145
docs\distribution-charts\point-density.fsx = docs\distribution-charts\point-density.fsx
149146
docs\distribution-charts\splom.fsx = docs\distribution-charts\splom.fsx
150147
docs\distribution-charts\violin-plots.fsx = docs\distribution-charts\violin-plots.fsx
151-
docs\distribution-charts\pareto-chart.fsx = docs\distribution-charts\pareto-chart.fsx
152148
EndProjectSection
153149
EndProject
154150
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "01_chart-layout", "01_chart-layout", "{C7D0EF67-9A18-49DD-AC79-944E384BD8D0}"

0 commit comments

Comments
 (0)