mirror of
https://github.com/ModOrganizer2/modorganizer-installer_fomod_csharp.git
synced 2026-07-27 14:07:20 -07:00
[ci skip] Update artifacts paths for msbuild
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user