-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
940fbed
commit 494ac48
Showing
5 changed files
with
25 additions
and
1,038 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.