Skip to content

Commit 7355048

Browse files
StartAutomatingStartAutomating
authored andcommitted
Updating Build-Pipescript.md [skip ci]
1 parent bbc05eb commit 7355048

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

docs/Build-Pipescript.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
Build-Pipescript
3+
----------------
4+
### Synopsis
5+
Builds PipeScript Files
6+
7+
---
8+
### Description
9+
10+
Builds PipeScript Files.
11+
12+
Any Source Generator Files Discovered by PipeScript will be run, which will convert them into source code.
13+
14+
---
15+
### Parameters
16+
#### **InputPath**
17+
18+
One or more input paths. If no -InputPath is provided, will build all scripts beneath the current directory.
19+
20+
21+
22+
|Type |Requried|Postion|PipelineInput |
23+
|----------------|--------|-------|---------------------|
24+
|```[String[]]```|false |1 |true (ByPropertyName)|
25+
---
26+
### Syntax
27+
```PowerShell
28+
Build-Pipescript [[-InputPath] <String[]>] [<CommonParameters>]
29+
```
30+
---
31+
32+

0 commit comments

Comments
 (0)