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

Publish as self-contained application and set runtime identifier #466

Open
maartenba opened this issue Apr 1, 2021 · 1 comment
Open

Comments

@maartenba
Copy link
Collaborator

maartenba commented Apr 1, 2021

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

@maartenba maartenba added this to the 212 milestone Apr 1, 2021
@maartenba
Copy link
Collaborator Author

maartenba commented Apr 1, 2021

Current workarounds:

Alternative 1: add <RuntimeIdentifier>linux-x64</RuntimeIdentifier> to project file and use the Azure plugin's publish options

Alternative 2: use FTP publish, and pick the target runtime identifier here:
image

@maartenba maartenba modified the milestones: 212, 213 Sep 28, 2021
@maartenba maartenba removed this from the 213 milestone Dec 10, 2021
@maartenba maartenba changed the title Publish as self-contained application Publish as self-contained application and set runtime identifier Jul 11, 2022
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

No branches or pull requests

1 participant