Skip to content

Commit b7c1ae0

Browse files
committed
Added images
1 parent 788e4af commit b7c1ae0

3 files changed

Lines changed: 23 additions & 1 deletion

File tree

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,4 +300,26 @@ const validateInputs: ValidateInputs<HelloWorldStepInputs> = (inputs, validate)
300300
];
301301
};
302302
export default validateInputs;
303-
```
303+
```
304+
305+
## Building the step package
306+
307+
To build the step packages, run the following commands:
308+
309+
1. `npm install`
310+
2. `npm run build`
311+
3. `npm run test`
312+
313+
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.
314+
315+
If you are testing with a locally built copy of Octopus, copy the ZIP file to `\source\Octopus.Server\bin\net5.0\steps`.
316+
317+
## Using the step package
318+
319+
The target can now be selected when creating a new deployment target:
320+
321+
![](target.png)
322+
323+
The step is available when building a deployment project:
324+
325+
![](step.png)

step.png

74 KB
Loading

target.png

59.1 KB
Loading

0 commit comments

Comments
 (0)