Skip to content
代码片段 群组 项目
提交 fc527a94 编辑于 作者: Faryan Rezagholi's avatar Faryan Rezagholi
浏览文件

appveyor build script fixes

上级 d0520690
分支
未找到相关标签
无相关合并请求
......@@ -42,7 +42,8 @@ if ($ConfigurationName -match "Release") {
# Fix for AppVeyor
if(!([string]::IsNullOrEmpty($Env:APPVEYOR_BUILD_FOLDER))) {
$outputZipPath = "Release\$zipFilePrefix-$($version).zip"
#$outputZipPath = "Release\$zipFilePrefix-$($version).zip"
$outputZipPath = Join-Path -Path $SolutionDir -ChildPath "Release\$zipFilePrefix-$($version).zip"
}
Write-Output "Creating debug symbols ZIP file $($outputZipPath) from $($debugFile)"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
想要评论请 注册