[ci skip] Update artifacts paths for msbuild

This commit is contained in:
Jeremy Rimpo
2021-01-29 10:53:47 -06:00
parent 20b166928b
commit ca46ffddf0
+2 -2
View File
@@ -24,9 +24,9 @@ build_script:
if($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode ) }
artifacts:
- path: build\src\archive.dll
- path: vsbuild\src\RelWithDebInfo\archive.dll
name: archive_dll
- path: build\src\archive.pdb
- path: vsbuild\src\RelWithDebInfo\archive.pdb
name: archive_pdb
on_success:
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER