[master] Update dependencies from dotnet/arcade (#23406)
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Thu, 28 Mar 2019 15:17:39 +0000 (08:17 -0700)
committerJan Kotas <jkotas@microsoft.com>
Thu, 28 Mar 2019 15:17:39 +0000 (08:17 -0700)
* Update dependencies from https://github.com/dotnet/arcade build 20190327.11

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19177.11
- Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19177.11

eng/Version.Details.xml
eng/common/darc-init.ps1
eng/common/darc-init.sh
eng/common/generate-graph-files.ps1
eng/common/templates/steps/send-to-helix.yml
global.json

index 4909bc2..ac6eff8 100644 (file)
@@ -3,13 +3,13 @@
   <ProductDependencies>
   </ProductDependencies>
   <ToolsetDependencies>
-    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19170.2">
+    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19177.11">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>f70fa34786cff993625a4548ae0125335eabe82e</Sha>
+      <Sha>69f276904fdd6d8f81404b857f295537894b81d3</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19170.2">
+    <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19177.11">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>f70fa34786cff993625a4548ae0125335eabe82e</Sha>
+      <Sha>69f276904fdd6d8f81404b857f295537894b81d3</Sha>
     </Dependency>
     <Dependency Name="Microsoft.Private.CoreFx.NETCoreApp" Version="4.6.0-preview4.19178.1">
       <Uri>https://github.com/dotnet/corefx</Uri>
index 2467ebd..29c4432 100644 (file)
@@ -19,7 +19,7 @@ function InstallDarcCli ($darcVersion) {
   # Until we can anonymously query the BAR API for the latest arcade-services
   # build applied to the PROD channel, this is hardcoded.
   if (-not $darcVersion) {
-    $darcVersion = '1.1.0-beta.19151.3'
+    $darcVersion = '1.1.0-beta.19175.6'
   }
   
   $arcadeServicesSource = 'https://dotnetfeed.blob.core.windows.net/dotnet-arcade/index.json'
index 8d63dd7..cab6cd5 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 
 source="${BASH_SOURCE[0]}"
-darcVersion="1.1.0-beta.19151.3"
+darcVersion="1.1.0-beta.19175.6"
 
 while [[ $# > 0 ]]; do
   opt="$(echo "$1" | awk '{print tolower($0)}')"
index 76f5707..a05b84f 100644 (file)
@@ -3,7 +3,7 @@ Param(
   [Parameter(Mandatory=$true)][string] $gitHubPat,      # GitHub personal access token from https://github.com/settings/tokens (no auth scopes needed)
   [Parameter(Mandatory=$true)][string] $azdoPat,        # Azure Dev Ops tokens from https://dev.azure.com/dnceng/_details/security/tokens (code read scope needed)
   [Parameter(Mandatory=$true)][string] $outputFolder,   # Where the graphviz.txt file will be created
-  [string] $darcVersion = '1.1.0-beta.19169.5',         # darc's version
+  [string] $darcVersion = '1.1.0-beta.19175.6',         # darc's version
   [string] $graphvizVersion = '2.38',                   # GraphViz version
   [switch] $includeToolset                              # Whether the graph should include toolset dependencies or not. i.e. arcade, optimization. For more about
                                                         # toolset dependencies see https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md#toolset-vs-product-dependencies
index 0187597..7c185e9 100644 (file)
@@ -1,3 +1,4 @@
+# Please remember to update the documentation if you make changes to these parameters!
 parameters:
   HelixSource: 'pr/default'              # required -- sources must start with pr/, official/, prodcon/, or agent/
   HelixType: 'tests/default/'            # required -- Helix telemetry which identifies what type of data this is; should include "test" for clarity and must end in '/'
@@ -84,4 +85,4 @@ steps:
       Creator: ${{ parameters.Creator }}
       SYSTEM_ACCESSTOKEN: $(System.AccessToken)
     condition: and(${{ parameters.condition }}, ne(variables['Agent.Os'], 'Windows_NT'))
-    continueOnError: ${{ parameters.continueOnError }}
\ No newline at end of file
+    continueOnError: ${{ parameters.continueOnError }}
index 1fd361f..68df6af 100644 (file)
@@ -7,7 +7,7 @@
     "python": "2.7.15"
   },
   "msbuild-sdks": {
-    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19170.2",
-    "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19170.2"
+    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19177.11",
+    "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19177.11"
   }
 }