Commit 8543fdc
committed
Add AWSSDK.Signin dependency to resolve AWS CLI v2 'aws login' credentials
The AWS SDK for .NET v4 resolves credentials from the AWS CLI v2 'aws login'
SSO flow via SigninServiceClientHelpers, which reflectively loads the
AWSSDK.Signin assembly at runtime. Without an explicit package reference the
assembly is absent from the tool output, causing credential resolution to fail
with "Assembly AWSSDK.Signin could not be found or loaded".
Fixes #10101 parent 3ae1704 commit 8543fdc
2 files changed
Lines changed: 12 additions & 0 deletions
File tree
- .autover/changes
- src/AWS.Deploy.CLI
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments