Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing OS and Arch at dotnet publish #1354

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ITaluone
Copy link
Contributor

@ITaluone ITaluone commented Mar 22, 2024

Closes #1350

I don't know how to add the requested Target property..

@matkoch If you can give me a hint how to add it, I will add it :)

I confirm that the pull-request:

  • Follows the contribution guidelines
  • Is based on my own work
  • Is in compliance with my employer

@ArwynFr
Copy link

ArwynFr commented Mar 27, 2024

Perhaps this ?

{
  "name": "Target",
  "type": "string",
  "format": "/t:{value}",
  "help": "..."
}

@ITaluone
Copy link
Contributor Author

Hmm.. I don't know.. if I run dotnet publish --help it doesn't output a Target switch, btw.

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.

DotNetPublishSettings lacks some arguments
2 participants