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

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.dotnet-runtime-placeholder')
-rw-r--r--.dotnet-runtime-placeholder5
1 files changed, 5 insertions, 0 deletions
diff --git a/.dotnet-runtime-placeholder b/.dotnet-runtime-placeholder
new file mode 100644
index 00000000000..46b4e706e05
--- /dev/null
+++ b/.dotnet-runtime-placeholder
@@ -0,0 +1,5 @@
+Placeholder file to detect being part of the runtime repository.
+
+MSBuild: Condition="Exists('..\..\.dotnet-runtime-placeholder')"
+Powershell: if (Test-Path "..\..\.dotnet-runtime-placeholder")
+Bash: if [ -d "..\..\.dotnet-runtime-placeholder" ]; then \ No newline at end of file