[maint] Removes the old implementation of sourcelink and uses the newer one present in the .net SDK (#2666)

* reoves the old implemetnation of sourcelink and uses the newer one  present in the .net SDK

* cleans up appveyor

* updates proj with sourcelink props

* adds deterministic build check as well.

* Update docs/debugging-source.md

Co-authored-by: Keegan Campbell <me@kfcampbell.com>

---------

Co-authored-by: Keegan Campbell <me@kfcampbell.com>
This commit is contained in:
Nick Floyd
2023-02-07 11:14:49 -06:00
committed by GitHub
parent e3e27bbe04
commit 00b89daa23
15 changed files with 30 additions and 87 deletions
+1 -1
View File
@@ -28,5 +28,5 @@ jobs:
with:
dotnet-version: 6.0.*
- name: Build with dotnet
run: ./build.sh --linksources=true --verbosity=verbose
run: ./build.sh --verbosity=verbose
shell: bash
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
with:
dotnet-version: 6.0.*
- name: Build with dotnet
run: ./build.sh --linksources=true --verbosity=verbose
run: ./build.sh --verbosity=verbose
shell: bash
- name: Publish to NuGet