Add pdb symbols to MSVC build artifacts

This commit is contained in:
Michał Janiszewski 2021-06-19 10:48:45 +02:00
parent 4c06a785f1
commit 228e12a6bd
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ jobs:
run: |
$ErrorView = 'NormalView'
New-Item -ItemType Directory artefacts | Out-Null
Copy-Item CHANGELOG.md,CONTRIBUTORS.md,LICENSE,bin\*.dll artefacts
Copy-Item CHANGELOG.md,CONTRIBUTORS.md,LICENSE,bin\*.dll,bin\*.pdb artefacts
Copy-Item data\language -Destination artefacts\data\language -Recurse
Copy-Item loco.exe artefacts\openloco.exe
Push-Location artefacts