summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>2018-11-10 15:08:04 +0000
committerGitHub <noreply@github.com>2018-11-10 15:08:04 +0000
commit54fba14273fe9b6f53d68c98920f0ee1ecb2dd04 (patch)
treeb93e1a6086608acd83d32101edb050a9b4c2b024
parent86de67ab5503aa1e40e853edfe8ad84925abffed (diff)
downloadcoreclr-54fba14273fe9b6f53d68c98920f0ee1ecb2dd04.tar.gz
coreclr-54fba14273fe9b6f53d68c98920f0ee1ecb2dd04.tar.bz2
coreclr-54fba14273fe9b6f53d68c98920f0ee1ecb2dd04.zip
Updating version files (#20927)
-rw-r--r--eng/Version.Details.xml8
-rw-r--r--eng/common/templates/phases/publish-build-assets.yml12
-rw-r--r--eng/common/templates/steps/helix-publish.yml2
-rw-r--r--global.json4
4 files changed, 17 insertions, 9 deletions
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index a35b25dc2b..3ddc6cda02 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.18556.6">
+ <Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18559.22">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>7b0a1f028490bbf18ab1565998719315f2de22e7</Sha>
+ <Sha>83ae1a636871cf7f2f4d229047c6535ace11081c</Sha>
</Dependency>
- <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18556.6">
+ <Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="1.0.0-beta.18559.22">
<Uri>https://github.com/dotnet/arcade</Uri>
- <Sha>7b0a1f028490bbf18ab1565998719315f2de22e7</Sha>
+ <Sha>83ae1a636871cf7f2f4d229047c6535ace11081c</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies> \ No newline at end of file
diff --git a/eng/common/templates/phases/publish-build-assets.yml b/eng/common/templates/phases/publish-build-assets.yml
index c9381cf104..85fabe62b9 100644
--- a/eng/common/templates/phases/publish-build-assets.yml
+++ b/eng/common/templates/phases/publish-build-assets.yml
@@ -11,7 +11,7 @@ phases:
dependsOn: ${{ parameters.dependsOn }}
queue: ${{ parameters.queue }}
variables:
- config: ${{ parameters.configuration }}
+ _BuildConfig: ${{ parameters.configuration }}
steps:
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- task: DownloadBuildArtifacts@0
@@ -32,7 +32,15 @@ phases:
/p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
/p:BuildAssetRegistryToken=$(MaestroAccessToken)
/p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
- /p:Configuration=$(config)
+ /p:Configuration=$(_BuildConfig)
displayName: Publish Build Assets
condition: ${{ parameters.condition }}
continueOnError: ${{ parameters.continueOnError }}
+ - task: PublishBuildArtifacts@1
+ displayName: Publish Logs to VSTS
+ inputs:
+ PathtoPublish: '$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)'
+ PublishLocation: Container
+ ArtifactName: $(Agent.Os)_Asset_Registry_Publish
+ continueOnError: true
+ condition: always()
diff --git a/eng/common/templates/steps/helix-publish.yml b/eng/common/templates/steps/helix-publish.yml
index f14546730e..68d2eb91a2 100644
--- a/eng/common/templates/steps/helix-publish.yml
+++ b/eng/common/templates/steps/helix-publish.yml
@@ -23,7 +23,7 @@ steps:
command: custom
projects: eng/common/helixpublish.proj
custom: msbuild
- arguments: '/t:test /p:Language=msbuild'
+ arguments: '/t:test /p:Language=msbuild /bl:$(Build.SourcesDirectory)\artifacts\log\$(_BuildConfig)\SendToHelix.binlog'
displayName: Send job to Helix
env:
HelixSource: ${{ parameters.HelixSource }}
diff --git a/global.json b/global.json
index c5e0057393..85188fcb3b 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.18556.6",
- "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18556.6"
+ "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18559.22",
+ "Microsoft.DotNet.Helix.Sdk": "1.0.0-beta.18559.22"
}
} \ No newline at end of file