Fix dotnet-compile-native scripts

This commit is contained in:
PiotrP 2016-01-28 14:22:48 -08:00
parent 8a36a61213
commit f3fa6be568
4 changed files with 30 additions and 39 deletions

View file

@ -136,8 +136,6 @@ $BinariesForCoreHost | ForEach-Object {
#}
# Copy in AppDeps
if (-not (Test-Path "$OutputDir\bin\appdepsdk\")) {
$env:PATH = "$OutputDir\bin;$StartPath"
header "Acquiring Native App Dependencies"
_cmd "$RepoRoot\scripts\build\build_appdeps.cmd ""$OutputDir"""
}
header "Acquiring Native App Dependencies"
_ "$RepoRoot\scripts\build\build_appdeps.ps1" @("$RepoRoot", "$OutputDir")