Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro <@dotnet-maestro>2019-06-08 16:09:00 +0300
committerMarek Safar <marek.safar@gmail.com>2019-06-08 23:51:37 +0300
commitbcf03bc442b5f4bc898b8f699183d9606ba94061 (patch)
tree2b951866e91c1cf48b13948f2100f3ae81e0158b /eng/common/native
parent4469cdaffcb43fa6a6f7d44cea461ab7c11a58cc (diff)
Update dependencies from https://github.com/dotnet/arcade build 20190607.62
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19307.62 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19307.62
Diffstat (limited to 'eng/common/native')
-rw-r--r--eng/common/native/CommonLibrary.psm12
1 files changed, 1 insertions, 1 deletions
diff --git a/eng/common/native/CommonLibrary.psm1 b/eng/common/native/CommonLibrary.psm1
index f286ae0cde2..7a34c7e8a42 100644
--- a/eng/common/native/CommonLibrary.psm1
+++ b/eng/common/native/CommonLibrary.psm1
@@ -209,7 +209,7 @@ function New-ScriptShim {
Remove-Item (Join-Path $ShimDirectory "$ShimName.exe")
}
- Invoke-Expression "$ShimDirectory\WinShimmer\winshimmer.exe $ShimName $ToolFilePath $ShimDirectory"
+ & "$ShimDirectory\WinShimmer\winshimmer.exe" $ShimName $ToolFilePath $ShimDirectory
return $True
}
catch {