Skip to content

Commit aac0bc3

Browse files
committed
Fix main provider flow to try other bearer token providers if exchanging for a session token fails.
Add exception handling to continue trying other bearer token providers if one throws.
1 parent c0ef82a commit aac0bc3

22 files changed

+616
-676
lines changed

Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<CredentialProviderVersion>0.1.7</CredentialProviderVersion>
4+
<CredentialProviderVersion>0.1.8</CredentialProviderVersion>
55
</PropertyGroup>
66
</Project>

CredentialProvider.Microsoft.Tests/CredentialProviders/Vsts/BearerTokenProviderTests.cs

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)