Fix Windows AppDep, bump ILCompiler Version to fix cache issue
This commit is contained in:
parent
ebe108c69b
commit
8768b873bd
3 changed files with 2 additions and 4 deletions
|
@ -95,11 +95,11 @@ Download it from https://www.cmake.org
|
|||
cp "$PSScriptRoot\dotnet-restore.cmd" "$Stage2Dir\bin\dotnet-restore.cmd"
|
||||
|
||||
# Copy in AppDeps
|
||||
$env:PATH = "$Stage2Dir\bin;$StartPath"
|
||||
header "Acquiring Native App Dependencies"
|
||||
cmd /c "$PSScriptRoot\build\build_appdeps.cmd" "$Stage2Dir"
|
||||
|
||||
# Smoke test stage2
|
||||
$env:PATH = "$Stage2Dir\bin;$StartPath"
|
||||
$env:DOTNET_HOME = "$Stage2Dir"
|
||||
& "$PSScriptRoot\test\smoke-test.ps1"
|
||||
} finally {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue