-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Remove unused files, build extension
- Loading branch information
1 parent
b146651
commit 0690d52
Showing
24 changed files
with
40 additions
and
2,387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,7 @@ | ||
This extensions gives acess the following build tasks : | ||
This extensions gives access the following build tasks : | ||
|
||
# Canary Updater | ||
A task allowing to automatically update NuGet packages to the latest version. | ||
The canary process is meant to be run in its own branch and is a two step process: | ||
- Merge a working branch in the canary branch | ||
- Use [NuGet.Updater](https://github.com/unoplatform/NuGet.Updater/blob/develop/src/NvGet.Tools.Updater/Readme.md) to update the packages to the latest matching version | ||
|
||
# Release Notes Compiler | ||
A task generating a simple set of release notes in the markdown format. By default, these notes contain the following information: | ||
- The name and a link to the branch from which the build was run | ||
- The commit id and a link to it | ||
- A link the pipeline run where this task was executed | ||
- Optionally, the name of an environment provided to the task | ||
- Another release note file can also be appended to the notes generated. | ||
|
||
A truncated version of the release notes can be generated to accomodate limitations from certain services. | ||
# Website versioning | ||
A task providing a custom solution for website versioning. It works as follows: | ||
- At the location where the website is stored, a "versions" folder is created, in which a version-specific folder is created for the current version of the website being deployed | ||
- The current version of the website is uploaded in the version folder | ||
- The index page at the root of website is configured to redirect to the version folder | ||
- Another index file is present in the versions folder, allowing access to all previous versions | ||
|
||
This task currently only supports a website hosted in an Azure Storage account. |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.