Skip to content

Remove Incorrect Parameter from Pipeline - #38

Merged
devinlyons merged 1 commit into
mainfrom
remove-incorrect-parameter
Aug 12, 2026
Merged

Remove Incorrect Parameter from Pipeline#38
devinlyons merged 1 commit into
mainfrom
remove-incorrect-parameter

Conversation

@devinlyons

Copy link
Copy Markdown
Contributor

No description provided.

@devinlyons
devinlyons requested review from mleone11 and a lite review from Copilot August 12, 2026 22:12
@devinlyons devinlyons self-assigned this Aug 12, 2026
@github-actions

github-actions Bot commented Aug 12, 2026

Copy link
Copy Markdown

🔗 Jira task created: SOF-686

@devinlyons
devinlyons merged commit 859dd42 into main Aug 12, 2026
4 checks passed
@devinlyons
devinlyons deleted the remove-incorrect-parameter branch August 12, 2026 22:13

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions NuGet release workflows to remove an incorrect/unsupported dotnet nuget push argument during package publication.

Changes:

  • Removes --include-symbols from NuGet push commands in the main release workflow.
  • Removes --include-symbols from the Giraffe package release workflow push command.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
.github/workflows/release.yml Updates dotnet nuget push commands for the primary packages by removing --include-symbols.
.github/workflows/giraffe-release.yml Updates dotnet nuget push for the Giraffe package by removing --include-symbols.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment on lines 49 to +51
run: |
dotnet nuget push FSharp.Data.Validation.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{steps.login.outputs.NUGET_API_KEY}} --include-symbols
dotnet nuget push FSharp.Data.Validation.Async.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{steps.login.outputs.NUGET_API_KEY}} --include-symbols
dotnet nuget push FSharp.Data.Validation.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{steps.login.outputs.NUGET_API_KEY}}
dotnet nuget push FSharp.Data.Validation.Async.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{steps.login.outputs.NUGET_API_KEY}}

- name: Push
run: dotnet nuget push FSharp.Data.Validation.Giraffe.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{steps.login.outputs.NUGET_API_KEY}} --include-symbols No newline at end of file
run: dotnet nuget push FSharp.Data.Validation.Giraffe.${VERSION}.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{steps.login.outputs.NUGET_API_KEY}} No newline at end of file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants