Files
actions/sh.actions.package-cleanup/Properties/launchSettings.json
edraft 98abbe661c
Some checks failed
Build on push / prepare (push) Successful in 5s
Build on push / build (push) Failing after 15s
Added package filtering
2026-02-14 20:48:40 +01:00

13 lines
283 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"sh.actions.package_cleanup": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}