[ci skip] Update artifacts paths for msbuild

This commit is contained in:
Jeremy Rimpo
2021-01-29 10:53:35 -06:00
parent 281308954e
commit 37eeb929c6
+3 -3
View File
@@ -22,11 +22,11 @@ build_script:
if($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode ) }
artifacts:
- path: build\src\game_falloutNV.dll
- path: vsbuild\src\RelWithDebInfo\game_falloutNV.dll
name: game_falloutNV_dll
- path: build\src\game_falloutNV.pdb
- path: vsbuild\src\RelWithDebInfo\game_falloutNV.pdb
name: game_falloutNV_pdb
- path: build\src\game_falloutNV.lib
- path: vsbuild\src\RelWithDebInfo\game_falloutNV.lib
name: game_falloutNVe_lib
on_success:
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER