f7a1d98d8a
* Add affected usage with tag math * use this branch as a test branch * adjust test * fix github action * build refactor to get affected work * Lazy affected * put if statement on job * add conditions around build and publish for linux * affected tests and small refactor * fmt * verbose * full checkout * more testing and made things more clear * adjust installer test branch * add comments * use zip on release * detect main release * use right trigger for release * fix build * maybe fix if statement...version env var don't work * use current branch, not target branch * test installer should be stored * write to github action env vars * use the env var correctly * format * set the output version as before --------- Co-authored-by: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com>
20 lines
329 B
JSON
20 lines
329 B
JSON
{
|
|
"version": 1,
|
|
"isRoot": true,
|
|
"tools": {
|
|
"csharpier": {
|
|
"version": "0.28.2",
|
|
"commands": [
|
|
"dotnet-csharpier"
|
|
],
|
|
"rollForward": false
|
|
},
|
|
"dotnet-affected": {
|
|
"version": "5.0.0",
|
|
"commands": [
|
|
"dotnet-affected"
|
|
],
|
|
"rollForward": false
|
|
}
|
|
}
|
|
} |