From bc25b706b1991b2b1f5ecff519c806abacfc2052 Mon Sep 17 00:00:00 2001 From: Jonas Rylund Glesaaen Date: Thu, 3 Feb 2022 12:28:01 +0100 Subject: [PATCH] Enable SourceLink (#41) * Added SourceLink and related project flags * Updated appveyor to use VS 2019 --- appveyor.yml | 4 ++-- src/SimSharp/SimSharp.csproj | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 82f85ae..774d0e4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: '{build}' -image: Visual Studio 2017 +image: Visual Studio 2019 build_script: - pwsh: >- pushd src @@ -19,4 +19,4 @@ test_script: popd - Exit $LASTEXITCODE \ No newline at end of file + Exit $LASTEXITCODE diff --git a/src/SimSharp/SimSharp.csproj b/src/SimSharp/SimSharp.csproj index c99252b..1f8f3ca 100644 --- a/src/SimSharp/SimSharp.csproj +++ b/src/SimSharp/SimSharp.csproj @@ -73,6 +73,13 @@ Sim# allows modeling processes easily and with little boiler plate code. A proce https://github.com/heal-research/SimSharp.git git discrete-event simulation + true + + $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb + + + + true @@ -88,4 +95,11 @@ Sim# allows modeling processes easily and with little boiler plate code. A proce - \ No newline at end of file + + + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + + +