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
dotnet publish can be used to generate assets to deploy to the hosting system (e.g. a binary or executable file).
dotnet publish
We have an example of this defined in the devcontainer publish task and in the sample Dockerfile.deploy
publish
Dockerfile.deploy
We should have a workflow that runs on (tag, release?) and:
out/
See https://github.com/softprops/action-gh-release for a possible solution that can do some/all of the above
The text was updated successfully, but these errors were encountered:
thekaveman
Successfully merging a pull request may close this issue.
dotnet publish
can be used to generate assets to deploy to the hosting system (e.g. a binary or executable file).We have an example of this defined in the devcontainer
publish
task and in the sampleDockerfile.deploy
We should have a workflow that runs on (tag, release?) and:
Dockerfile.deploy
to generate anout/
directory with executable + extras?out/
directorySee https://github.com/softprops/action-gh-release for a possible solution that can do some/all of the above
The text was updated successfully, but these errors were encountered: