Skip to content

Commit

Permalink
use static dependencies for csharp prerelease packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Feb 9, 2023
1 parent 0ee67e3 commit f3c053b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ jobs:
# Plotly.NET.CSharp
cd ./Plotly.NET.CSharp
dotnet remove package Plotly.NET
dotnet add reference ../Plotly.NET/Plotly.NET.fsproj
#the csharp version has static dependencies
#dotnet remove package Plotly.NET
#dotnet add reference ../Plotly.NET/Plotly.NET.fsproj
dotnet restore Plotly.NET.CSharp.csproj
dotnet build Plotly.NET.CSharp.csproj -c release
dotnet pack Plotly.NET.CSharp.csproj -c release -p:PackageVersion=$name
Expand Down
1 change: 1 addition & 0 deletions Plotly.NET.sln
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".ci", ".ci", "{2461AFBF-6E1
.github\workflows\build-and-deploy-docs.yml = .github\workflows\build-and-deploy-docs.yml
.github\workflows\build-and-test.yml = .github\workflows\build-and-test.yml
.github\workflows\check-formatting.yml = .github\workflows\check-formatting.yml
.github\workflows\push-prerelease.yml = .github\workflows\push-prerelease.yml
.github\workflows\verify-docs.yml = .github\workflows\verify-docs.yml
EndProjectSection
EndProject
Expand Down

0 comments on commit f3c053b

Please sign in to comment.