зеркало из
1
0
Форкнуть 0
This commit is contained in:
Justin Marks (MSFT) 2018-02-12 17:26:03 -08:00
Родитель 791326c392
Коммит d88ad85a41
2 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -38,7 +38,6 @@ namespace Microsoft.TeamServices.Samples.Client.Runner
try
{
ClientSampleUtils.RunClientSampleMethods(connectionUrl, null, area: area, resource: resource, outputPath: outputPath);
}
catch (Exception ex)

Просмотреть файл

@ -41,7 +41,7 @@ namespace Microsoft.TeamServices.Samples.Client.Graph
// Part 2: get the descriptor
//
ClientSampleHttpLogger.SetOperationName(this.Context, "GetDescriptorById");
GraphDescriptorResult descriptor = graphClient.GetDescriptorAsync(storageKey).Result; //TODO: This is failing!!!!!
GraphDescriptorResult descriptor = graphClient.GetDescriptorAsync(storageKey).Result;
try
{
if (descriptor.Value != userDescriptor) throw new Exception();