Skip to content

Commit 26ac90a

Browse files
committed
Update InstallAppRuntime.ps1
1 parent 73709bb commit 26ac90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/helix/content/InstallAppRuntime.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ Get-ChildItem -Path ".\tmpRuntime" -Recurse
4545

4646
Write-Host "Copying managed files to $InstallDir"
4747
Copy-Item -Path ".\tmpRuntime\runtimes\win-x64\lib\$Framework\*" $InstallDir
48-
Write-Host "Todo: Copying native files to $InstallDir"
49-
# Copy-Item -Path ".\tmpRuntime\runtimes\win-x64\native\*" $InstallDir
48+
Write-Host "Copying native files to $InstallDir"
49+
Copy-Item -Path ".\tmpRuntime\runtimes\win-x64\native\*" $InstallDir

0 commit comments

Comments
 (0)