Skip to content

Commit

Permalink
Signing verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrafnetter committed Oct 6, 2024
1 parent 4af15b5 commit c692354
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
--file-digest SHA256
--timestamp-digest SHA256
--timestamp-url "http://timestamp.acs.microsoft.com"
--verbosity Information
- name: Sign DSInternals.Win32.WebAuthn Libraries
shell: cmd
Expand All @@ -136,6 +137,7 @@ jobs:
--file-digest SHA256
--timestamp-digest SHA256
--timestamp-url "http://timestamp.acs.microsoft.com"
--verbosity Information
- name: Sign DSInternals.Win32.WebAuthn.Adapter Libraries
shell: cmd
Expand All @@ -149,6 +151,7 @@ jobs:
--file-digest SHA256
--timestamp-digest SHA256
--timestamp-url "http://timestamp.acs.microsoft.com"
--verbosity Information
- name: Sign Fido2UI Binary
shell: cmd
Expand All @@ -162,6 +165,7 @@ jobs:
--file-digest SHA256
--timestamp-digest SHA256
--timestamp-url "http://timestamp.acs.microsoft.com"
--verbosity Information
- name: Copy Signed Libraries to Module and App Directories
shell: cmd
Expand Down Expand Up @@ -201,6 +205,7 @@ jobs:
--file-digest SHA256
--timestamp-digest SHA256
--timestamp-url "http://timestamp.acs.microsoft.com"
--verbosity Information
- name: Upload NuGet Packages as Artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -250,6 +255,9 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Download PowerShell Module
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit c692354

Please sign in to comment.