[ci skip] Update artifacts paths for msbuild

This commit is contained in:
Jeremy Rimpo
2021-01-29 10:53:49 -06:00
parent 6ff67cb806
commit 5067f7cdf4
+2 -2
View File
@@ -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