[ci skip] Update artifacts paths for msbuild

This commit is contained in:
Jeremy Rimpo
2021-01-29 10:53:31 -06:00
parent afb2bc1431
commit b5db057766
+3 -3
View File
@@ -22,11 +22,11 @@ build_script:
if($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode ) }
artifacts:
- path: build\src\installer_fomod_csharp.dll
- path: vsbuild\src\RelWithDebInfo\installer_fomod_csharp.dll
name: installer_fomod_csharp_dll
- path: build\src\installer_fomod_csharp.pdb
- path: vsbuild\src\RelWithDebInfo\installer_fomod_csharp.pdb
name: installer_fomod_csharp_pdb
- path: build\src\installer_fomod_csharp.lib
- path: vsbuild\src\RelWithDebInfo\installer_fomod_csharp.lib
name: installer_fomod_csharp_lib
on_success:
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER