1
- # Commands (v0.10.1 )
1
+ # Commands (v0.11.0 )
2
2
## <a name =" toc " />Table of Contents
3
3
* [ Find] ( #find )
4
4
* [ Find-VstsMatch] ( #find-vstsmatch )
8
8
* [ Input] ( #input )
9
9
* [ Get-VstsEndpoint] ( #get-vstsendpoint )
10
10
* [ Get-VstsInput] ( #get-vstsinput )
11
+ * [ Get-VstsSecureFileName] ( #get-vstssecurefilename )
12
+ * [ Get-VstsSecureFileTicket] ( #get-vstssecurefileticket )
11
13
* [ Get-VstsTaskVariable] ( #get-vststaskvariable )
12
14
* [ Get-VstsTaskVariableInfo] ( #get-vststaskvariableinfo )
13
15
* [ Set-VstsTaskVariable] ( #set-vststaskvariable )
21
23
* [ Write-VstsAddBuildTag] ( #write-vstsaddbuildtag )
22
24
* [ Write-VstsAssociateArtifact] ( #write-vstsassociateartifact )
23
25
* [ Write-VstsLogDetail] ( #write-vstslogdetail )
26
+ * [ Write-VstsPrependPath] ( #write-vstsprependpath )
27
+ * [ Write-VstsSetEndpoint] ( #write-vstssetendpoint )
24
28
* [ Write-VstsSetProgress] ( #write-vstssetprogress )
25
29
* [ Write-VstsSetResult] ( #write-vstssetresult )
26
30
* [ Write-VstsSetSecret] ( #write-vstssetsecret )
30
34
* [ Write-VstsTaskVerbose] ( #write-vststaskverbose )
31
35
* [ Write-VstsTaskWarning] ( #write-vststaskwarning )
32
36
* [ Write-VstsUpdateBuildNumber] ( #write-vstsupdatebuildnumber )
37
+ * [ Write-VstsUpdateReleaseName] ( #write-vstsupdatereleasename )
33
38
* [ Write-VstsUploadArtifact] ( #write-vstsuploadartifact )
34
39
* [ Write-VstsUploadBuildLog] ( #write-vstsuploadbuildlog )
40
+ * [ Write-VstsUploadFile] ( #write-vstsuploadfile )
41
+ * [ Write-VstsUploadSummary] ( #write-vstsuploadsummary )
35
42
* [ Server OM] ( #serverom )
36
43
* [ Get-VstsAssemblyReference] ( #get-vstsassemblyreference )
37
44
* [ Get-VstsClientCertificate] ( #get-vstsclientcertificate )
@@ -153,6 +160,36 @@ SYNTAX
153
160
DESCRIPTION
154
161
Gets the value for the specified input name.
155
162
```
163
+ ### <a name =" get-vstssecurefilename " />Get-VstsSecureFileName
164
+ [ table of contents] ( #toc ) | [ full] ( FullHelp/Get-VstsSecureFileName.md )
165
+ ```
166
+ NAME
167
+ Get-VstsSecureFileName
168
+
169
+ SYNOPSIS
170
+ Gets a secure file name.
171
+
172
+ SYNTAX
173
+ Get-VstsSecureFileName [-Id] <String> [-Require] [<CommonParameters>]
174
+
175
+ DESCRIPTION
176
+ Gets the name for a secure file.
177
+ ```
178
+ ### <a name =" get-vstssecurefileticket " />Get-VstsSecureFileTicket
179
+ [ table of contents] ( #toc ) | [ full] ( FullHelp/Get-VstsSecureFileTicket.md )
180
+ ```
181
+ NAME
182
+ Get-VstsSecureFileTicket
183
+
184
+ SYNOPSIS
185
+ Gets a secure file ticket.
186
+
187
+ SYNTAX
188
+ Get-VstsSecureFileTicket [-Id] <String> [-Require] [<CommonParameters>]
189
+
190
+ DESCRIPTION
191
+ Gets the secure file ticket that can be used to download the secure file contents.
192
+ ```
156
193
### <a name =" get-vststaskvariable " />Get-VstsTaskVariable
157
194
[ table of contents] ( #toc ) | [ full] ( FullHelp/Get-VstsTaskVariable.md )
158
195
```
@@ -327,6 +364,31 @@ SYNTAX
327
364
<Object>] [[-StartTime] <Object>] [[-FinishTime] <Object>] [[-Progress] <Object>] [[-State] <Object>]
328
365
[[-Result] <Object>] [[-Message] <String>] [-AsOutput] [<CommonParameters>]
329
366
```
367
+ ### <a name =" write-vstsprependpath " />Write-VstsPrependPath
368
+ [ table of contents] ( #toc ) | [ full] ( FullHelp/Write-VstsPrependPath.md )
369
+ ```
370
+ NAME
371
+ Write-VstsPrependPath
372
+
373
+ SYNOPSIS
374
+ See https://github.com/Microsoft/vsts-tasks/blob/master/docs/authoring/commands.md
375
+
376
+ SYNTAX
377
+ Write-VstsPrependPath [-Path] <String> [-AsOutput] [<CommonParameters>]
378
+ ```
379
+ ### <a name =" write-vstssetendpoint " />Write-VstsSetEndpoint
380
+ [ table of contents] ( #toc ) | [ full] ( FullHelp/Write-VstsSetEndpoint.md )
381
+ ```
382
+ NAME
383
+ Write-VstsSetEndpoint
384
+
385
+ SYNOPSIS
386
+ See https://github.com/Microsoft/vsts-tasks/blob/master/docs/authoring/commands.md
387
+
388
+ SYNTAX
389
+ Write-VstsSetEndpoint [-Id] <String> [-Field] <String> [-Key] <String> [-Value] <String> [-AsOutput]
390
+ [<CommonParameters>]
391
+ ```
330
392
### <a name =" write-vstssetprogress " />Write-VstsSetProgress
331
393
[ table of contents] ( #toc ) | [ full] ( FullHelp/Write-VstsSetProgress.md )
332
394
```
@@ -439,6 +501,18 @@ SYNOPSIS
439
501
SYNTAX
440
502
Write-VstsUpdateBuildNumber [-Value] <String> [-AsOutput] [<CommonParameters>]
441
503
```
504
+ ### <a name =" write-vstsupdatereleasename " />Write-VstsUpdateReleaseName
505
+ [ table of contents] ( #toc ) | [ full] ( FullHelp/Write-VstsUpdateReleaseName.md )
506
+ ```
507
+ NAME
508
+ Write-VstsUpdateReleaseName
509
+
510
+ SYNOPSIS
511
+ See https://github.com/Microsoft/vsts-tasks/blob/master/docs/authoring/commands.md
512
+
513
+ SYNTAX
514
+ Write-VstsUpdateReleaseName [-Name] <String> [-AsOutput] [<CommonParameters>]
515
+ ```
442
516
### <a name =" write-vstsuploadartifact " />Write-VstsUploadArtifact
443
517
[ table of contents] ( #toc ) | [ full] ( FullHelp/Write-VstsUploadArtifact.md )
444
518
```
@@ -464,6 +538,30 @@ SYNOPSIS
464
538
SYNTAX
465
539
Write-VstsUploadBuildLog [-Path] <String> [-AsOutput] [<CommonParameters>]
466
540
```
541
+ ### <a name =" write-vstsuploadfile " />Write-VstsUploadFile
542
+ [ table of contents] ( #toc ) | [ full] ( FullHelp/Write-VstsUploadFile.md )
543
+ ```
544
+ NAME
545
+ Write-VstsUploadFile
546
+
547
+ SYNOPSIS
548
+ See https://github.com/Microsoft/vsts-tasks/blob/master/docs/authoring/commands.md
549
+
550
+ SYNTAX
551
+ Write-VstsUploadFile [-Path] <String> [-AsOutput] [<CommonParameters>]
552
+ ```
553
+ ### <a name =" write-vstsuploadsummary " />Write-VstsUploadSummary
554
+ [ table of contents] ( #toc ) | [ full] ( FullHelp/Write-VstsUploadSummary.md )
555
+ ```
556
+ NAME
557
+ Write-VstsUploadSummary
558
+
559
+ SYNOPSIS
560
+ See https://github.com/Microsoft/vsts-tasks/blob/master/docs/authoring/commands.md
561
+
562
+ SYNTAX
563
+ Write-VstsUploadSummary [-Path] <String> [-AsOutput] [<CommonParameters>]
564
+ ```
467
565
## <a name =" serverom " />Server OM
468
566
### <a name =" get-vstsassemblyreference " />Get-VstsAssemblyReference
469
567
[ table of contents] ( #toc ) | [ full] ( FullHelp/Get-VstsAssemblyReference.md )
0 commit comments