Skip to content

Commit f3c053b

Browse files
committed
use static dependencies for csharp prerelease packages
1 parent 0ee67e3 commit f3c053b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/push-prerelease.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ jobs:
7474
7575
# Plotly.NET.CSharp
7676
cd ./Plotly.NET.CSharp
77-
dotnet remove package Plotly.NET
78-
dotnet add reference ../Plotly.NET/Plotly.NET.fsproj
77+
#the csharp version has static dependencies
78+
#dotnet remove package Plotly.NET
79+
#dotnet add reference ../Plotly.NET/Plotly.NET.fsproj
7980
dotnet restore Plotly.NET.CSharp.csproj
8081
dotnet build Plotly.NET.CSharp.csproj -c release
8182
dotnet pack Plotly.NET.CSharp.csproj -c release -p:PackageVersion=$name

Plotly.NET.sln

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".ci", ".ci", "{2461AFBF-6E1
3535
.github\workflows\build-and-deploy-docs.yml = .github\workflows\build-and-deploy-docs.yml
3636
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
3737
.github\workflows\check-formatting.yml = .github\workflows\check-formatting.yml
38+
.github\workflows\push-prerelease.yml = .github\workflows\push-prerelease.yml
3839
.github\workflows\verify-docs.yml = .github\workflows\verify-docs.yml
3940
EndProjectSection
4041
EndProject

0 commit comments

Comments
 (0)