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