We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73709bb commit 26ac90aCopy full SHA for 26ac90a
eng/helix/content/InstallAppRuntime.ps1
@@ -45,5 +45,5 @@ Get-ChildItem -Path ".\tmpRuntime" -Recurse
45
46
Write-Host "Copying managed files to $InstallDir"
47
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
+Write-Host "Copying native files to $InstallDir"
+Copy-Item -Path ".\tmpRuntime\runtimes\win-x64\native\*" $InstallDir
0 commit comments