Skip to content

Commit 9417e74

Browse files
authored
Getting Started Documentation: Improving common errors session readability (#6041)
* Improving common errors session of getting started doc * Removing extra empty line
1 parent 62cf7f1 commit 9417e74

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

docs/Coding-Guidelines/GettingStarted.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)