From: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Mon, 6 Jan 2020 13:43:00 +0000 (+0000)
Subject: Update dependencies from https://github.com/dotnet/arcade build 20200105.1 (#730)
X-Git-Tag: submit/tizen_5.5/20200504.045052~11^2^2~183
X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=97b057eb3d0011f3b8e0b7b62c125afbc6a9d8a9;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git
Update dependencies from https://github.com/dotnet/arcade build 20200105.1 (#730)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20055.1
- Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.20055.1
---
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 863cef251..cd38b00e8 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -4,15 +4,15 @@
https://github.com/dotnet/command-line-api
166610c56ff732093f0145a2911d4f6c40b786da
-
+
https://github.com/dotnet/arcade
- f40849c5bbdfd1f1b99801f5a40343f8d4a192c9
+ 111d78c79ac38f596688af152779d7a39e4bf973
-
+
https://github.com/dotnet/arcade
- f40849c5bbdfd1f1b99801f5a40343f8d4a192c9
+ 111d78c79ac38f596688af152779d7a39e4bf973
https://github.com/dotnet/runtime
diff --git a/eng/Versions.props b/eng/Versions.props
index 3bb721add..c329a3f03 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -38,7 +38,7 @@
4.5.3
2.4.1
2.0.3
- 5.0.0-beta.19629.1
+ 5.0.0-beta.20055.1
10.0.18362
diff --git a/eng/common/templates/steps/publish-logs.yml b/eng/common/templates/steps/publish-logs.yml
deleted file mode 100644
index f91751fe7..000000000
--- a/eng/common/templates/steps/publish-logs.yml
+++ /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()
diff --git a/global.json b/global.json
index 7509420c8..82f48ac2d 100644
--- a/global.json
+++ b/global.json
@@ -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"
}
}