Fixed native compile
This commit is contained in:
parent
d886cc7195
commit
1e703575d2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ If (Test-Path $intermediateDir){
|
|||
rmdir -Force -Rec $intermediateDir
|
||||
}
|
||||
mkdir $intermediateDir
|
||||
& dotnet restore --packages "$intermediateDir" "$RepoRoot\src\dotnet-compile-native\appdep\project.json"
|
||||
& dotnet restore --packages "$intermediateDir" "$RepoRoot\src\dotnet\commands\dotnet-compile-native\appdep\project.json"
|
||||
|
||||
|
||||
If (Test-Path $appdepBinDir){
|
||||
|
|
Loading…
Reference in a new issue