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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-05-17 03:50:28 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-05-17 03:50:36 +0300
commit24275c9717b23d3e1e5aeacd9cf2166bd82c4626 (patch)
tree4ff70b1451f4197615390b16be6a757c7cc59529 /eng/common/dotnet-install.cmd
parent2b35b6bab451c77fcfe7c2cec725ba135333af31 (diff)
Add missing DARC files
Diffstat (limited to 'eng/common/dotnet-install.cmd')
-rw-r--r--eng/common/dotnet-install.cmd2
1 files changed, 2 insertions, 0 deletions
diff --git a/eng/common/dotnet-install.cmd b/eng/common/dotnet-install.cmd
new file mode 100644
index 00000000000..b1c2642e76f
--- /dev/null
+++ b/eng/common/dotnet-install.cmd
@@ -0,0 +1,2 @@
+@echo off
+powershell -ExecutionPolicy ByPass -NoProfile -command "& """%~dp0dotnet-install.ps1""" %*" \ No newline at end of file