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

dotnet publish doesn't work in plugin's project path #3344

Closed
superboyiii opened this issue Jun 17, 2024 · 4 comments
Closed

dotnet publish doesn't work in plugin's project path #3344

superboyiii opened this issue Jun 17, 2024 · 4 comments
Assignees

Comments

@superboyiii
Copy link
Member

Describe the bug
dotnet publish doesn't work in plugin's project path. There shouldn't be multi targets in one project path.
image

To Reproduce
Steps to reproduce the behavior:

  1. Go to a plugin's folder path
  2. run dotnet publish

Expected behavior
Publish without any exceptions

@Jim8y Jim8y mentioned this issue Jun 17, 2024
14 tasks
@Jim8y Jim8y linked a pull request Jun 17, 2024 that will close this issue
14 tasks
@cschuchardt88
Copy link
Member

cschuchardt88 commented Jun 17, 2024

This is a not a problem, It says in the message what to do. add --framework net8.0 we do all the time. Also this messes with github workflows actions.

@cschuchardt88
Copy link
Member

cschuchardt88 commented Jun 17, 2024

USE --framework net8.0 we work with different frameworks.

image

@superboyiii
Copy link
Member Author

superboyiii commented Jun 17, 2024

This is a not a problem, It says in the message what to do. add --framework net8.0 we do all the time. Also this messes with github workflows actions.

Why we need to add additional arguments to publish a .NET 8.0 project with .NET 8.0 framework only? I think fixing the workflow is more making sense.

@cschuchardt88
Copy link
Member

cschuchardt88 commented Jun 17, 2024

This is a not a problem, It says in the message what to do. add --framework net8.0 we do all the time. Also this messes with github workflows actions.

Why we need to add additional arguments to publish a .NET 8.0 project with .NET 8.0 framework only? I think fixing the workflow is more making sense.

It make prefect sense when we work with different frameworks like dotnet standard. This is mono repo now it different now then what we had. We dont use nuget or submodules anymore, which bring in the net8.0 framework as a default.

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 a pull request may close this issue.

3 participants