summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2018-12-15 14:53:11 +0000
committerGitHub <noreply@github.com>2018-12-15 14:53:11 +0000
commitc49b8f40fa3752d1afe85bf021e0225d0efd18e4 (patch)
treefe4f7f567f8aeafccc5c13f1495694f50db9e6b6
parent8f9c37dd364d426a3d4e0ae5ea0b7d95dc4c304f (diff)
downloadcoreclr-c49b8f40fa3752d1afe85bf021e0225d0efd18e4.tar.gz
coreclr-c49b8f40fa3752d1afe85bf021e0225d0efd18e4.tar.bz2
coreclr-c49b8f40fa3752d1afe85bf021e0225d0efd18e4.zip
Update dependency files (#21508)
* Update dependencies from https://github.com/dotnet/arcade build 723 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18611.14 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18611.14 * Update dependencies from https://github.com/dotnet/arcade build 751 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18612.12 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18612.12 * Update dependencies from https://github.com/dotnet/arcade build 779 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18613.20 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18613.20 * Update dependencies from https://github.com/dotnet/arcade build 791 This change updates the following dependencies - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.18614.3 - Microsoft.DotNet.Helix.Sdk - 1.0.0-beta.18614.3
-rw-r--r--eng/Version.Details.xml8
-rw-r--r--eng/common/README.md28
-rw-r--r--global.json4
3 files changed, 34 insertions, 6 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index cef9ff309c..b27431dc4a 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -2,13 +2,13 @@
<Dependencies>
<ProductDependencies></ProductDependencies>
<ToolsetDependencies>
- <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18610.4">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18614.3">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>6f6f4e5b974772c9949ed0f0baaf521a8c7991e4</Sha>
+ <Sha>f30a96104c5be5720c74934d37d76b91959ec60d</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18610.4">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18614.3">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>6f6f4e5b974772c9949ed0f0baaf521a8c7991e4</Sha>
+ <Sha>f30a96104c5be5720c74934d37d76b91959ec60d</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
diff --git a/eng/common/README.md b/eng/common/README.md
new file mode 100644
index 0000000000..ff49c37152
--- /dev/null
+++ b/eng/common/README.md
@@ -0,0 +1,28 @@
+# Don't touch this folder
+
+ uuuuuuuuuuuuuuuuuuuu
+ u" uuuuuuuuuuuuuuuuuu "u
+ u" u$$$$$$$$$$$$$$$$$$$$u "u
+ u" u$$$$$$$$$$$$$$$$$$$$$$$$u "u
+ u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u
+ u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u
+ u" u$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$u "u
+ $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $
+ $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $
+ $ $$$" ... "$... ...$" ... "$$$ ... "$$$ $
+ $ $$$u `"$$$$$$$ $$$ $$$$$ $$ $$$ $$$ $
+ $ $$$$$$uu "$$$$ $$$ $$$$$ $$ """ u$$$ $
+ $ $$$""$$$ $$$$ $$$u "$$$" u$$ $$$$$$$$ $
+ $ $$$$....,$$$$$..$$$$$....,$$$$..$$$$$$$$ $
+ $ $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ $
+ "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"
+ "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"
+ "u "$$$$$$$$$$$$$$$$$$$$$$$$$$$$" u"
+ "u "$$$$$$$$$$$$$$$$$$$$$$$$" u"
+ "u "$$$$$$$$$$$$$$$$$$$$" u"
+ "u """""""""""""""""" u"
+ """"""""""""""""""""
+
+!!! Changes made in this directory are subject to being overwritten by automation !!!
+
+The files in this directory are shared by all Arcade repos and managed by automation. If you need to make changes to these files, open an issue or submit a pull request to https://github.com/dotnet/arcade first.
diff --git a/global.json b/global.json
index a3aef6430f..b5614a2149 100644
--- a/global.json
+++ b/global.json
@@ -7,7 +7,7 @@
"python": "2.7.15"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18610.4",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18610.4"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18614.3",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18614.3"
}
}