File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/FSharp.Data.GraphQL.Server.AspNetCore Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 8383 - name : Pack FSharp.Data.GraphQL.Server.AspNetCore project
8484 run : |
8585 cd src/FSharp.Data.GraphQL.Server.AspNetCore
86- dotnet pack --no-build --nologo --configuration Release /p:IsNuget=true -o ../../nuget
86+ dotnet pack --no-build --nologo --configuration Release /p:IsNuget=true /p:ContinuousIntegrationBuild=true -o ../../nuget
8787 - name : Publish FSharp.Data.GraphQL.Server.AspNetCore project to GitHub
8888 run : |
8989 dotnet nuget push nuget/*Server.AspNetCore*.nupkg -s "github" -k ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 8282 - name : Pack FSharp.Data.GraphQL.Server.AspNetCore project
8383 run : |
8484 cd src/FSharp.Data.GraphQL.Server.AspNetCore
85- dotnet pack --no-build --nologo --configuration Release /p:IsNuget=true -o ../../nuget
85+ dotnet pack --no-build --nologo --configuration Release /p:IsNuget=true /p:ContinuousIntegrationBuild=true -o ../../nuget
8686 - name : Publish FSharp.Data.GraphQL.Server.AspNetCore project to NuGet
8787 run : |
8888 dotnet nuget push nuget/*Server.AspNetCore*.nupkg -k ${{secrets.NUGET_SECRET}}
Original file line number Diff line number Diff line change 2929 </ItemGroup >
3030
3131 <ItemGroup >
32- <PackageReference Condition =" $(IsNuGet) != ''" Include =" FSharp.Data.GraphQL.Server " VersionOverride = " $(Version) " />
32+ <ProjectReference Condition =" $(IsNuGet) == ''" Include =" ..\ FSharp.Data.GraphQL.Shared\FSharp.Data.GraphQL.Shared.fsproj " />
3333 <ProjectReference Condition =" $(IsNuGet) == ''" Include =" ..\FSharp.Data.GraphQL.Server\FSharp.Data.GraphQL.Server.fsproj" />
34+ <PackageReference Condition =" $(IsNuGet) != ''" Include =" FSharp.Data.GraphQL.Shared" VersionOverride =" $(Version)" />
35+ <PackageReference Condition =" $(IsNuGet) != ''" Include =" FSharp.Data.GraphQL.Server" VersionOverride =" $(Version)" />
3436 </ItemGroup >
3537
3638 <ItemGroup >
You can’t perform that action at this time.
0 commit comments