minor updates
This commit is contained in:
Родитель
791326c392
Коммит
d88ad85a41
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче