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

Error while running dotnet publish <..> #555

Open
ForNeVeR opened this issue Mar 10, 2024 Discussed in #554 · 0 comments
Open

Error while running dotnet publish <..> #555

ForNeVeR opened this issue Mar 10, 2024 Discussed in #554 · 0 comments
Labels
area:infrastructure Repository infrastructure: build, test scripts etc. good-first-issue An issue considered simple enough for new contributors status:help-wanted Open for contributors

Comments

@ForNeVeR
Copy link
Owner

ForNeVeR commented Mar 10, 2024

Discussed in #554

Originally posted by verma-kartik March 10, 2024

I'm running dotnet publish Cesium.Compiler/Cesium.Compiler.csproj -r osx-arm64 --self-contained and it is giving me error : PublishAot and PublishSingleFile cannot be specified at the same time. error.

Also, the doc says to install .NET SDK 8.0 or later, however when the project is initialised in VSCode, it automatically installs .NET Runtime 7.0.16.

Is the above error due to version mismatch? or something else?

PS: For other OS, the -r flag in dotnet publish needs to updated in the docs.

To resolve this, let's:

  1. Provide the documentation on how to build on every supported development platform (Windows, macOS, Linux).
  2. Make sure we have auto testing for the publishing workflow.
@ForNeVeR ForNeVeR added status:help-wanted Open for contributors good-first-issue An issue considered simple enough for new contributors area:infrastructure Repository infrastructure: build, test scripts etc. labels Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:infrastructure Repository infrastructure: build, test scripts etc. good-first-issue An issue considered simple enough for new contributors status:help-wanted Open for contributors
Projects
None yet
Development

No branches or pull requests

1 participant