This repository was archived by the owner on Mar 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,8 @@ Common build script provides cake tasks with the following name convention:
8585| | Action-Docs-Publishing |
8686| | Action-Validate-Environment |
8787| | Action-Restore-NuGet-Packages |
88+ | | Action-GitHub-ReleaseNotes |
89+ | | Action-Docs-Merge |
8890| Default | Action-Clean <br /> Action-Build <br /> Action-Run-UnitTests |
8991| Default-Build | Action-Clean <br /> Action-Build |
9092| Default-Clean | Action-Clean |
@@ -94,7 +96,7 @@ Common build script provides cake tasks with the following name convention:
9496| Default-CLI | Action-Clean<br />Action-Build<br />Action-Run-UnitTests<br />Action-API-NuGet-Packaging<br />Action-CLI-Zip-Packaging<br />Action-CLI-Chocolatey-Packaging |
9597| Default-CLI-Publishing | Action-Clean<br />Action-Build<br />Action-Run-UnitTests<br />Action-API-NuGet-Packaging<br />Action-CLI-Zip-Packaging<br />Action-CLI-Chocolatey-Packaging<br />Action-CLI-Zip-Publishing<br />Action-CLI-Chocolatey-Publishing |
9698| Default-Desktop | TBD |
97- | Default-CI | Action-Clean<br />Action-Build<br />Action-Run-UnitTests<br />Action-API-NuGet-Packaging<br />Action-CLI-Zip-Packaging<br />Action-CLI-Chocolatey-Publishing |
99+ | Default-CI | Action-Clean<br />Action-Build<br />Action-Run-UnitTests<br />Action-API-NuGet-Packaging<br />Action-CLI-Zip-Packaging<br />Action-CLI-Chocolatey-Publishing< br />Action-GitHub-ReleaseNotes< br />Action-Docs-Merge |
98100
99101#### Rule 5 - simple build is done with build.json config
100102All build configiration is to be driven from the build.json config.
You can’t perform that action at this time.
0 commit comments