fix issue with release build on VSO
This commit is contained in:
parent
d0f40917bc
commit
6e3ade1672
1 changed files with 5 additions and 1 deletions
|
@ -61,7 +61,11 @@ Download it from https://www.cmake.org
|
||||||
mkdir $HostDir | Out-Null
|
mkdir $HostDir | Out-Null
|
||||||
}
|
}
|
||||||
cp "$RepoRoot\src\corehost\cmake\$Rid\$Configuration\corehost.exe" $HostDir
|
cp "$RepoRoot\src\corehost\cmake\$Rid\$Configuration\corehost.exe" $HostDir
|
||||||
|
|
||||||
|
if (Test-Path "$RepoRoot\src\corehost\cmake\$Rid\$Configuration\corehost.pdb")
|
||||||
|
{
|
||||||
cp "$RepoRoot\src\corehost\cmake\$Rid\$Configuration\corehost.pdb" $HostDir
|
cp "$RepoRoot\src\corehost\cmake\$Rid\$Configuration\corehost.pdb" $HostDir
|
||||||
|
}
|
||||||
} finally {
|
} finally {
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue