Updating version files (#20969)
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Tue, 13 Nov 2018 15:23:47 +0000 (15:23 +0000)
committerGitHub <noreply@github.com>
Tue, 13 Nov 2018 15:23:47 +0000 (15:23 +0000)
eng/Version.Details.xml
eng/common/templates/phases/publish-build-assets.yml
global.json

index 3ddc6cd..b2b2f57 100644 (file)
@@ -2,13 +2,13 @@
 <Dependencies>
   <ProductDependencies></ProductDependencies>
   <ToolsetDependencies>
-    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18559.22">
+    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18562.25">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>83ae1a636871cf7f2f4d229047c6535ace11081c</Sha>
+      <Sha>9f7d6b2656da648ed8c89eeda887e4ac92694288</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18559.22">
+    <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18562.25">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>83ae1a636871cf7f2f4d229047c6535ace11081c</Sha>
+      <Sha>9f7d6b2656da648ed8c89eeda887e4ac92694288</Sha>
     </Dependency>
   </ToolsetDependencies>
 </Dependencies>
\ No newline at end of file
index 85fabe6..0df6203 100644 (file)
@@ -29,10 +29,10 @@ phases:
           condition: ${{ parameters.condition }}
           continueOnError: ${{ parameters.continueOnError }}
         - script: eng\common\publishbuildassets.cmd
+            -configuration $(_BuildConfig)
             /p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
             /p:BuildAssetRegistryToken=$(MaestroAccessToken)
             /p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
-            /p:Configuration=$(_BuildConfig)
           displayName: Publish Build Assets
           condition: ${{ parameters.condition }}
           continueOnError: ${{ parameters.continueOnError }}
index 85188fc..a741a18 100644 (file)
@@ -7,7 +7,7 @@
     "python": "2.7.15"
   },
   "msbuild-sdks": {
-    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18559.22",
-    "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18559.22"
+    "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18562.25",
+    "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18562.25"
   }
 }
\ No newline at end of file