Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Remove dead code (#75)
Browse files Browse the repository at this point in the history
* First pass at cleaning up deprecated tasks

* Removed more packages without being too overzealous

* Added information about deprecated tasks and reminder to investigate package use before updating it
  • Loading branch information
missymessa authored Aug 4, 2023
1 parent 3068928 commit 4e03a01
Show file tree
Hide file tree
Showing 39 changed files with 1,118 additions and 30,106 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,13 @@ This repo contains the custom build tasks used by dnceng which are distributed i
## Contributing

Creating a custom build task instructions are [here](./src/tasks/Readme.md)

## Deprecation Notice

The following tasks have been deprecated and will no longer be maintained:

- BashOrCmdV1
- SendEndTelemetryV1
- SendStartTelemetryV1

Several npm packages have also been uninstalled from the repo as they did not appear to be used. If you are in this repo to update a package, be sure to investigate to see if it's needed (the `build` and `package` scripts utilize some Javascript code). It may be easier to uninstall a package instead of maintaining it.
Loading

0 comments on commit 4e03a01

Please sign in to comment.