diff --git a/src/MyAssembly/MyAssembly.csproj b/src/MyAssembly/MyAssembly.csproj index fbaaf3d..8c259c8 100644 --- a/src/MyAssembly/MyAssembly.csproj +++ b/src/MyAssembly/MyAssembly.csproj @@ -5,5 +5,18 @@ true 10.0 enable + + true + true + + true + + true + true + + + + + diff --git a/test.ps1 b/test.ps1 index 5d6ca75..80c3df7 100644 --- a/test.ps1 +++ b/test.ps1 @@ -22,4 +22,5 @@ if (-not $exe) { coverlet ` "$PSScriptRoot/bin" ` --target $exe ` - --targetargs "-EncodedCommand $encCommand" + --targetargs "-EncodedCommand $encCommand" ` + --use-source-link