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
solution
github actions include following steps into pipeline (on merge to master branch):
version check (don't publish if version didn't change since last release)
dotnet publish:
self-contained --self-contained=true
--self-contained=true
app-trimming -p:PublishTrimmed=True [-p:TrimMode=Link]
-p:PublishTrimmed=True [-p:TrimMode=Link]
single-file publish -p:PublishSingleFile=true
-p:PublishSingleFile=true
create zip archives for each OS (win, mac, linux) with following files:
executable
appsettings.json
include artifacts into release
The text was updated successfully, but these errors were encountered:
zadykian
No branches or pull requests
solution
github actions
include following steps into pipeline (on merge to master branch):
version check (don't publish if version didn't change since last release)
dotnet publish:
self-contained
--self-contained=true
app-trimming
-p:PublishTrimmed=True [-p:TrimMode=Link]
single-file publish
-p:PublishSingleFile=true
create zip archives for each OS (win, mac, linux) with following files:
executable
appsettings.json
include artifacts into release
The text was updated successfully, but these errors were encountered: