Skip to content
Draft
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/cargo-wdk/src/actions/build/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ pub enum PackageTaskError {
VerifyCertExistsInStoreInvalidCommandOutput(#[source] FromUtf8Error),
#[error("Error generating certificate to cert store using makecert")]
CertGenerationInStoreCommand(#[source] CommandError),
#[error("No usable test certificate was found in the store after creating one")]
NoUsableCertificate,
Comment on lines +77 to +78
#[error("Error while acquiring mutex for generating certificate. HRESULT: {0:#x}")]
CertMutexError(i32),
#[error("Error signing {} using signtool", .file.display())]
Expand Down
Loading
Loading