We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When publishing a web application, make it possible to publish as a self-contained application. https://twitter.com/vijayankit/status/1377519520810606592
Details: https://docs.microsoft.com/en-us/dotnet/core/deploying/deploy-with-cli#self-contained-deployment https://docs.microsoft.com/en-us/dotnet/core/deploying/ https://stackoverflow.com/questions/55206607/deploy-a-self-contained-net-core-application-with-azure-devops-app-service-depl
Related to #373
The text was updated successfully, but these errors were encountered:
Current workarounds:
Alternative 1: add <RuntimeIdentifier>linux-x64</RuntimeIdentifier> to project file and use the Azure plugin's publish options
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
Alternative 2: use FTP publish, and pick the target runtime identifier here:
Sorry, something went wrong.
No branches or pull requests
When publishing a web application, make it possible to publish as a self-contained application.
https://twitter.com/vijayankit/status/1377519520810606592
Details:
https://docs.microsoft.com/en-us/dotnet/core/deploying/deploy-with-cli#self-contained-deployment
https://docs.microsoft.com/en-us/dotnet/core/deploying/
https://stackoverflow.com/questions/55206607/deploy-a-self-contained-net-core-application-with-azure-devops-app-service-depl
Related to #373
The text was updated successfully, but these errors were encountered: