diff --git a/snapshot-pipeline.yml b/snapshot-pipeline.yml index 3d526db4433..3f9bfa5ffaa 100644 --- a/snapshot-pipeline.yml +++ b/snapshot-pipeline.yml @@ -37,8 +37,8 @@ steps: # 3. Import keys into gpg - bash: | - gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/public.key - gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/private.key + gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/public.gpg + gpg --import --no-tty --batch --yes $(Agent.TempDirectory)/private.gpg gpg --list-keys --keyid-format LONG gpg --list-secret-keys --keyid-format LONG displayName: 'Import signing keys into gpg.'