RemoteDeployer.psd1
@{ RootModule = 'RemoteDeployer.psm1' ModuleVersion = '0.1.0' GUID = '72e87395-ef4d-4f21-b63c-e00046d869a6' Author = 'Microsoft' CompanyName = 'Microsoft' Copyright = '(c) 2016 Microsoft. All rights reserved.' Description = 'Remote Deployer Utility' PowerShellVersion = '3.0' RequiredModules = @('VstsTaskSdk') FunctionsToExport = '*' CmdletsToExport = '*' VariablesToExport = '' AliasesToExport = '' PrivateData = @{ PSData = @{ ProjectUri = 'https://github.com/Microsoft/vsts-rm-extensions' CommitHash = '_COMMIT_HASH_' # Do not modify. This value gets replaced at build time. } } HelpInfoURI = 'https://github.com/Microsoft/vsts-rm-extensions' DefaultCommandPrefix = '' } |