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
|
rmdir -Force -Rec $intermediateDir
|
||||||
}
|
}
|
||||||
mkdir $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){
|
If (Test-Path $appdepBinDir){
|
||||||
|
|
Loading…
Add table
Reference in a new issue