Commit 494ac48
authored
Add sourcelink to enable source debugging of the nuget package (#4)
Add sourcelink to enable source debugging of the nuget package
Remove SonarQube analysis from build
- I've tried hard with SonarQube, but its just too annoying to use
Fix the code coverage in the build. There were two problems,
- "nuget restore" wasn't working properly, so switched to dotnet restore
- I had to use `-register:Path64` argument for opencover. I'm not sure why, as `-register:User` used to work, and is supposed to do so without admin permissions.1 parent 940fbed commit 494ac48
File tree
5 files changed
+25
-1038
lines changed- RES.Configuration.Test
- bin/Debug/netstandard1.4
- RES.Configuration
5 files changed
+25
-1038
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | | - | |
| 15 | + | |
17 | 16 | | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments