mirror of
https://github.com/ModOrganizer2/modorganizer-helper.git
synced 2026-07-27 14:02:54 -07:00
[ci skip] Update artifacts paths for msbuild
This commit is contained in:
+2
-2
@@ -22,9 +22,9 @@ build_script:
|
||||
|
||||
if($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode ) }
|
||||
artifacts:
|
||||
- path: build\src\helper.exe
|
||||
- path: vsbuild\src\RelWithDebInfo\helper.exe
|
||||
name: helper_exe
|
||||
- path: build\src\helper.pdb
|
||||
- path: vsbuild\src\RelWithDebInfo\helper.pdb
|
||||
name: helper_pdb
|
||||
on_success:
|
||||
- ps: Set-Location -Path $env:APPVEYOR_BUILD_FOLDER
|
||||
|
||||
Reference in New Issue
Block a user