@@ -123,6 +123,7 @@ jobs:
123
123
--file-digest SHA256
124
124
--timestamp-digest SHA256
125
125
--timestamp-url "http://timestamp.acs.microsoft.com"
126
+ --verbosity Information
126
127
127
128
- name : Sign DSInternals.Win32.WebAuthn Libraries
128
129
shell : cmd
@@ -136,6 +137,7 @@ jobs:
136
137
--file-digest SHA256
137
138
--timestamp-digest SHA256
138
139
--timestamp-url "http://timestamp.acs.microsoft.com"
140
+ --verbosity Information
139
141
140
142
- name : Sign DSInternals.Win32.WebAuthn.Adapter Libraries
141
143
shell : cmd
@@ -149,6 +151,7 @@ jobs:
149
151
--file-digest SHA256
150
152
--timestamp-digest SHA256
151
153
--timestamp-url "http://timestamp.acs.microsoft.com"
154
+ --verbosity Information
152
155
153
156
- name : Sign Fido2UI Binary
154
157
shell : cmd
@@ -162,6 +165,7 @@ jobs:
162
165
--file-digest SHA256
163
166
--timestamp-digest SHA256
164
167
--timestamp-url "http://timestamp.acs.microsoft.com"
168
+ --verbosity Information
165
169
166
170
- name : Copy Signed Libraries to Module and App Directories
167
171
shell : cmd
@@ -201,6 +205,7 @@ jobs:
201
205
--file-digest SHA256
202
206
--timestamp-digest SHA256
203
207
--timestamp-url "http://timestamp.acs.microsoft.com"
208
+ --verbosity Information
204
209
205
210
- name : Upload NuGet Packages as Artifacts
206
211
uses : actions/upload-artifact@v4
@@ -250,6 +255,9 @@ jobs:
250
255
runs-on : ubuntu-latest
251
256
needs : build
252
257
steps :
258
+ - name : Checkout Repository
259
+ uses : actions/checkout@v4
260
+
253
261
- name : Download PowerShell Module
254
262
uses : actions/download-artifact@v4
255
263
with :
0 commit comments