Update dependencies from https://github.com/dotnet/arcade build 20200105.1 (#730)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Mon, 6 Jan 2020 13:43:00 +0000 (13:43 +0000)
committerGitHub <noreply@github.com>
Mon, 6 Jan 2020 13:43:00 +0000 (13:43 +0000)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20055.1
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20055.1

eng/Version.Details.xml
eng/Versions.props
eng/common/templates/steps/publish-logs.yml [deleted file]
global.json

index 863cef2514626ae811fc6a2213482a9d1bc143b5..cd38b00e8c416ee7b6bc5b06c54da6aafef601f0 100644 (file)
@@ -4,15 +4,15 @@
       <Uri>https://github.com/dotnet/command-line-api</Uri>
       <Sha>166610c56ff732093f0145a2911d4f6c40b786da</Sha>
     </Dependency>
-    <Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.19629.1">
+    <Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.20055.1">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>f40849c5bbdfd1f1b99801f5a40343f8d4a192c9</Sha>
+      <Sha>111d78c79ac38f596688af152779d7a39e4bf973</Sha>
     </Dependency>
   </ProductDependencies>
   <ToolsetDependencies>
-    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19629.1">
+    <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.20055.1">
       <Uri>https://github.com/dotnet/arcade</Uri>
-      <Sha>f40849c5bbdfd1f1b99801f5a40343f8d4a192c9</Sha>
+      <Sha>111d78c79ac38f596688af152779d7a39e4bf973</Sha>
     </Dependency>
     <Dependency Name="Microsoft.NETCore.App" Version="5.0.0-alpha.1.19627.5">
       <Uri>https://github.com/dotnet/runtime</Uri>
index 3bb721addfc0cdca7f9ef1bb4c956823dee1e5fd..c329a3f03453e38eecf02d8fcab1425c8ecb0cf2 100644 (file)
@@ -38,7 +38,7 @@
     <SystemMemoryVersion>4.5.3</SystemMemoryVersion>
     <XUnitVersion>2.4.1</XUnitVersion>
     <XUnitAbstractionsVersion>2.0.3</XUnitAbstractionsVersion>
-    <MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.19629.1</MicrosoftDotNetRemoteExecutorVersion>
+    <MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.20055.1</MicrosoftDotNetRemoteExecutorVersion>
     <cdbsosversion>10.0.18362</cdbsosversion>
   </PropertyGroup>
   <PropertyGroup>
diff --git a/eng/common/templates/steps/publish-logs.yml b/eng/common/templates/steps/publish-logs.yml
deleted file mode 100644 (file)
index f91751f..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-parameters:
-  StageLabel: ''
-  JobLabel: ''
-
-steps:
-- task: Powershell@2
-  displayName: Prepare Binlogs to Upload
-  inputs:
-    targetType: inline
-    script: |
-      New-Item -ItemType Directory $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/
-      Move-Item -Path $(Build.SourcesDirectory)/artifacts/log/Debug/* $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/
-  continueOnError: true
-  condition: always()
-  
-- task: PublishBuildArtifacts@1
-  displayName: Publish Logs
-  inputs:
-    PathtoPublish: '$(Build.SourcesDirectory)/PostBuildLogs'
-    PublishLocation: Container
-    ArtifactName: PostBuildLogs
-  continueOnError: true
-  condition: always()
index 7509420c879834d7eb6aa3289544facb967f25a3..82f48ac2d37120d956ab11e0049e935459e2e5a2 100644 (file)
@@ -3,6 +3,6 @@
     "dotnet": "3.0.101"
   },
   "msbuild-sdks": {
-    "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19629.1"
+    "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20055.1"
   }
 }