Skip to content

Commit

Permalink
Added images
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Jun 21, 2021
1 parent 788e4af commit b7c1ae0
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -300,4 +300,26 @@ const validateInputs: ValidateInputs<HelloWorldStepInputs> = (inputs, validate)
];
};
export default validateInputs;
```
```

## Building the step package

To build the step packages, run the following commands:

1. `npm install`
2. `npm run build`
3. `npm run test`

The step package files are saved under the `dist/steps` folder. Add the contents of this folder to a ZIP file and copy to the `steps` folder in Octopus.

If you are testing with a locally built copy of Octopus, copy the ZIP file to `\source\Octopus.Server\bin\net5.0\steps`.

## Using the step package

The target can now be selected when creating a new deployment target:

![](target.png)

The step is available when building a deployment project:

![](step.png)
Binary file added step.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added target.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b7c1ae0

Please sign in to comment.