Skip to content

Commit

Permalink
delete unused files. (actions#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
TingluoHuang authored Dec 18, 2019
1 parent 80b6038 commit 9a08f74
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 445 deletions.
32 changes: 0 additions & 32 deletions assets.json

This file was deleted.

237 changes: 0 additions & 237 deletions azure-pipelines-release.yml

This file was deleted.

95 changes: 0 additions & 95 deletions azure-pipelines.yml

This file was deleted.

8 changes: 4 additions & 4 deletions docs/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ Navigate to the `src` directory and run the following command:

**Commands:**

* `layout` (`l`): Run first time to create a full agent layout in `{root}/_layout`
* `build` (`b`): Build everything and update agent layout folder
* `test` (`t`): Build agent binaries and run unit tests
* `layout` (`l`): Run first time to create a full runner layout in `{root}/_layout`
* `build` (`b`): Build everything and update runner layout folder
* `test` (`t`): Build runner binaries and run unit tests

Sample developer flow:

```bash
git clone https://github.com/actions/runner
cd ./src
./dev.(sh/cmd) layout # the agent that build from source is in {root}/_layout
./dev.(sh/cmd) layout # the runner that build from source is in {root}/_layout
<make code changes>
./dev.(sh/cmd) build # {root}/_layout will get updated
./dev.(sh/cmd) test # run all unit tests before git commit/push
Expand Down
Loading

0 comments on commit 9a08f74

Please sign in to comment.