PoshVsts.psd1
@{ RootModule = 'PoshVsts.dll' ModuleVersion = '1.11' GUID = '3feb1df2-919a-4680-9969-776c4a948381' Author = 'Fabio von Hertell' Copyright = '(c) 2018 Fabio von Hertell. All rights reserved.' Description = 'Cmdlets to interact with Visual Studio Team Services.' FormatsToProcess = @('PoshVsts.ps1xml') PowerShellVersion = '5.0' CLRVersion = "4.0" CmdletsToExport = @('Get-VstsWorkItem', 'Get-VstsConfiguration', 'Set-VstsConfiguration', 'Get-VstsWorkItemState', 'Get-VstsWorkItemType', 'Get-VstsReleaseDefinition', 'Save-VstsWorkItem', 'New-VstsWorkItem', 'Get-VstsBuild', 'Get-VstsBuildLog', 'Get-VstsBuildDefinition', 'Start-VstsBuild', 'Get-VstsPullRequest', 'Get-VstsRepository', 'New-VstsPullRequest', 'Get-VstsBranch', 'Get-VstsIteration', 'Update-VstsPullRequest', 'Add-VstsRelation', 'Remove-VstsRelation', 'Get-VstsRelease', 'Remove-VstsWorkItem', 'Get-VstsWorkItemHistory') FileList = @('PoshVsts.dll', 'PoshVsts.ps1xml', 'PoshVsts.dll-Help.xml', 'CredentialManagement.dll', 'GitSharp.Core.dll', 'ICSharpCode.SharpZipLib.dll', 'Microsoft.TeamFoundation.Build2.WebApi.dll', 'Microsoft.TeamFoundation.Common.dll', 'Microsoft.TeamFoundation.Core.WebApi.dll', 'Microsoft.TeamFoundation.Dashboards.WebApi.dll', 'Microsoft.TeamFoundation.DistributedTask.Common.Contracts.dll', 'Microsoft.TeamFoundation.Policy.WebApi.dll', 'Microsoft.TeamFoundation.SourceControl.WebApi.dll', 'Microsoft.TeamFoundation.Test.WebApi.dll', 'Microsoft.TeamFoundation.TestManagement.WebApi.dll', 'Microsoft.TeamFoundation.Work.WebApi.dll', 'Microsoft.TeamFoundation.WorkItemTracking.WebApi.dll', 'Microsoft.VisualStudio.Services.Common.dll', 'Microsoft.VisualStudio.Services.ReleaseManagement.WebApi.dll', 'Microsoft.VisualStudio.Services.WebApi.dll', 'Newtonsoft.Json.dll', 'System.Management.Automation.dll', 'System.Net.Http.Formatting.dll', 'System.Threading.Tasks.Dataflow.dll', 'Tamir.SharpSSH.dll', 'Winterdom.IO.FileMap.dll') # # PrivateData = @{ # PSData = @{ # Tags = @('VSTS', 'VisualStudio Team Services', 'Azure DevOps', 'DevOps', 'TFS', 'Team Foundation Service') # ReleaseNotes = 'Fix: Loading work-items by ID did not return the relations.' # } # } } |