File: VstsTaskSdk.psd1

package info (click to toggle)
azure-devops-cli-extension 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 22,680 kB
  • sloc: python: 160,797; xml: 198; sh: 61; makefile: 56
file content (45 lines) | stat: -rw-r--r-- 1,736 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
@{

    RootModule = 'VstsTaskSdk.psm1'

    ModuleVersion = '0.7.0' # Do not modify. This value gets replaced at build time with the value from the package.json.

    GUID = 'bbed04e2-4e8e-4089-90a2-58b858fed8d8'

    Author = 'Microsoft'

    CompanyName = 'Microsoft'

    Copyright = '(c) 2015 Microsoft. All rights reserved.'

    Description = 'VSTS Task SDK'

    PowerShellVersion = '3.0'

    FunctionsToExport = '*'

    CmdletsToExport = ''

    VariablesToExport = ''

    AliasesToExport = ''

    PrivateData = @{

        PSData = @{

            ProjectUri = 'https://github.com/Microsoft/vsts-task-lib'

            CommitHash = 'e12642b0d56f5a7b71ea5c950daf185e9a81eb34' # Do not modify. This value gets replaced at build time.

        }

    }

    HelpInfoURI = 'https://github.com/Microsoft/vsts-task-lib'

    DefaultCommandPrefix = 'Vsts'

}