3 references to VstsProfile
Microsoft.DotNet.VersionTools (3)
src\Automation\VstsApi\VstsAdapterClient.cs (3)
372
VstsProfile
profile = await GetMyProfileAsync();
387
public async Task<
VstsProfile
> GetMyProfileAsync()
393
return await DeserializeSuccessfulAsync<
VstsProfile
>(response);