Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmcdonald3 committed Oct 2, 2024
1 parent 18694c1 commit dfb6308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/library_interop_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ jobs:
# # Set-Location -Path "$env:GITHUB_WORKSPACE\net41\vectors"
# # Compress-Archive -Path "$env:GITHUB_WORKSPACE\net41\vectors\*" -DestinationPath "$env:GITHUB_WORKSPACE\net41\vectors\net41.zip"


- name: Generate Test Vectors with .NET Framework net6.0
# TODO Post-#619: Fix Zip file creation on Windows
if: matrix.os != 'windows-latest'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,8 @@ private static IKeyring CreateKeyring(MasterKey keyInfo, Key key, CryptoOperatio
}

if (keyInfo.Type == "aws-kms-hierarchy") {

// Lazily create a singleton KeyVectors client.
// KeyVectors manifest is only required if a test vector specifies a hierarchy keyring.
// A KeyVectors manifest is only required if a test vector specifies a hierarchy keyring.
// This specification can only be determined at runtime while reading the test vector manifest.
if (singletonKeyVectors == null) {
string manifestPath;
Expand Down

0 comments on commit dfb6308

Please sign in to comment.