We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$b=Get-VSTeamBuild -ProjectName "<some project>" -Definitions <some definition id> -Properties finishTime -Verbose VERBOSE: Team Module/7.4.0 (Windows) PowerShell/5.1.19041.610 VERBOSE: GET http://someUrl/_apis/build/builds?api-version=5.0&definitions=1337&properties=finishTime with 0-byte payload VERBOSE: received 85257-byte response of content type application/json; charset=utf-8; api-version=5.0 VERBOSE: return type: System.Management.Automation.PSCustomObject VERBOSE: @{count=18; value=System.Object[]}
$b[0].finishTime to exist/be filled
$b[0].finishTime does not exist
OS
Server
Team Module/7.4.0
> Get-VSTeamAPIVersion PS D:\> Get-VSTeamAPIVersion Billing : Build : 5.0 Core : 5.0 DistributedTask : 5.0-preview DistributedTaskReleased : ExtensionsManagement : 5.0-preview Git : 5.0 Graph : HierarchyQuery : 5.0-preview MemberEntitlementManagement : Packaging : 5.0-preview Pipelines : Policy : 5.0 Processes : 5.0-preview Release : 5.0 ServiceEndpoints : 5.0-preview TaskGroups : 5.0-preview Tfvc : 5.0 VariableGroups : 5.0-preview Version : AzD2019
> $PSVersionTable Name Value ---- ----- PSVersion 5.1.19041.610 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.610 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Expected behavior
Actual behavior
Environment data
OS
Server
Team Module/7.4.0
The text was updated successfully, but these errors were encountered: