Fix dotnet-compile-native scripts
This commit is contained in:
parent
8a36a61213
commit
f3fa6be568
4 changed files with 30 additions and 39 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue