-
-
Notifications
You must be signed in to change notification settings - Fork 104
Implementing Azure Trusted Signing #330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #330 +/- ##
===========================================
+ Coverage 46.87% 47.24% +0.36%
===========================================
Files 224 223 -1
Lines 13606 13619 +13
Branches 1249 1251 +2
===========================================
+ Hits 6378 6434 +56
+ Misses 6905 6852 -53
- Partials 323 333 +10 ☔ View full report in Codecov by Sentry. |
caesay
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have added some observations - also the tests are failing
src/vpk/Velopack.Packaging.Windows/Commands/WindowsPackCommandRunner.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did not run tests (read the commends about az login but wasn't sure exactly what to do) but otherwise I am happy with this PR. Thanks a lot! Feel free to merge when ready.
WIP writing tests for Azure Code Signing Fix issue to make sure we sign at least one file at a time "Working" test with manually providing dependencies Work on download dependencies. Revert signtool.exe change
|
Do the docs from April 2024 still apply for signing with ATS in GH actions? Or did this change with this PR ? |
|
The docs are up to date. April 2024 refers to when ATS was launched. |
No description provided.