File tree Expand file tree Collapse file tree 1 file changed +17
-8
lines changed
Expand file tree Collapse file tree 1 file changed +17
-8
lines changed Original file line number Diff line number Diff line change @@ -74,14 +74,23 @@ Troubleshoot build problems by enabling binary logging (e.g. `msbuild...-bl`) an
7474
7575### Common Build Errors
7676
77- PROBLEM 001: Expired Test Certificate
78- SYMPTOMS:
79- VS ErrorList:
80- MSB3073 The command "signtool.exe sign ..." exited with code 1...\MakeMsix.targets...
81- Build Output:
82- Build Output: EXEC : SignTool error : No certificates were found that met all the given criteria.
83- ...\MakeMsix.targets...error MSB3073: The command "signtool.exe sign ..." exited with code 1.
84- SOLUTION: Run DevCheck.cmd (from an admin prompt). This detects the expired certificate and prompts to create a new one.
77+ #### Problem 001: Expired Test Certificate
78+
79+ ##### Symptoms
80+
81+ ###### VS ErrorList:
82+
83+ ``` MSB3073 The command "signtool.exe sign ..." exited with code 1...\MakeMsix.targets... ```
84+
85+ ###### Build Output:
86+
87+ ```
88+ Build Output: EXEC : SignTool error : No certificates were found that met all the given criteria.
89+ ...\MakeMsix.targets...error MSB3073: The command "signtool.exe sign ..." exited with code 1.
90+ ```
91+ ##### Solution
92+
93+ Run ` DevCheck.cmd ` (from an admin prompt). This detects the expired certificate and prompts to create a new one.
8594
8695## Testing Tips
8796
You can’t perform that action at this time.
0 commit comments