Skip to content

Commit aef9839

Browse files
dotnet-maestro[bot]jlennox
authored andcommitted
[Darc-Update] Update dependencies from build 20181112.25 of https://github.com/dotnet/arcade (dotnet#33387)
* Updating version files * Updating version files * Updating version files * Updating version files * Update dependencies from build 20181115.8 of https://github.com/dotnet/arcade
1 parent 97f5955 commit aef9839

File tree

5 files changed

+33
-25
lines changed

5 files changed

+33
-25
lines changed

eng/Version.Details.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,33 @@
22
<Dependencies>
33
<ProductDependencies></ProductDependencies>
44
<ToolsetDependencies>
5-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18556.6">
5+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.18565.8">
66
<Uri>https://github.com/dotnet/arcade</Uri>
7-
<Sha>7b0a1f028490bbf18ab1565998719315f2de22e7</Sha>
7+
<Sha>429a1386c59749da52ed94737f67228ec5843516</Sha>
88
</Dependency>
9-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="1.0.0-beta.18556.6">
9+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="1.0.0-beta.18565.8">
1010
<Uri>https://github.com/dotnet/arcade</Uri>
11-
<Sha>7b0a1f028490bbf18ab1565998719315f2de22e7</Sha>
11+
<Sha>429a1386c59749da52ed94737f67228ec5843516</Sha>
1212
</Dependency>
13-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.18556.6">
13+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="1.0.0-beta.18565.8">
1414
<Uri>https://github.com/dotnet/arcade</Uri>
15-
<Sha>7b0a1f028490bbf18ab1565998719315f2de22e7</Sha>
15+
<Sha>429a1386c59749da52ed94737f67228ec5843516</Sha>
1616
</Dependency>
17-
<Dependency Name="Microsoft.DotNet.GenFacades" Version="1.0.0-beta.18556.6">
17+
<Dependency Name="Microsoft.DotNet.GenFacades" Version="1.0.0-beta.18565.8">
1818
<Uri>https://github.com/dotnet/arcade</Uri>
19-
<Sha>7b0a1f028490bbf18ab1565998719315f2de22e7</Sha>
19+
<Sha>429a1386c59749da52ed94737f67228ec5843516</Sha>
2020
</Dependency>
21-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="2.4.0-beta.18556.6">
21+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="2.4.0-beta.18562.25">
2222
<Uri>https://github.com/dotnet/arcade</Uri>
23-
<Sha>7b0a1f028490bbf18ab1565998719315f2de22e7</Sha>
23+
<Sha>429a1386c59749da52ed94737f67228ec5843516</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="1.0.0-beta.18556.6">
25+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="1.0.0-beta.18565.8">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>7b0a1f028490bbf18ab1565998719315f2de22e7</Sha>
27+
<Sha>429a1386c59749da52ed94737f67228ec5843516</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="1.0.0-beta.18556.6">
29+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="1.0.0-beta.18565.8">
3030
<Uri>https://github.com/dotnet/arcade</Uri>
31-
<Sha>7b0a1f028490bbf18ab1565998719315f2de22e7</Sha>
31+
<Sha>429a1386c59749da52ed94737f67228ec5843516</Sha>
3232
</Dependency>
3333
</ToolsetDependencies>
3434
</Dependencies>

eng/Versions.props

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
see issue https://github.com/dotnet/arcade/issues/1114
2323
-->
2424
<PropertyGroup>
25-
<MicrosoftDotNetApiCompatVersion>1.0.0-beta.18556.6</MicrosoftDotNetApiCompatVersion>
26-
<MicrosoftDotNetCodeAnalysisVersion>1.0.0-beta.18556.6</MicrosoftDotNetCodeAnalysisVersion>
27-
<MicrosoftDotNetGenAPIVersion>1.0.0-beta.18556.6</MicrosoftDotNetGenAPIVersion>
28-
<MicrosoftDotNetGenFacadesVersion>1.0.0-beta.18556.6</MicrosoftDotNetGenFacadesVersion>
29-
<MicrosoftDotNetXUnitExtensionsVersion>2.4.0-beta.18556.6</MicrosoftDotNetXUnitExtensionsVersion>
30-
<MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.18556.6</MicrosoftDotNetBuildTasksPackagingVersion>
25+
<MicrosoftDotNetApiCompatVersion>1.0.0-beta.18565.8</MicrosoftDotNetApiCompatVersion>
26+
<MicrosoftDotNetCodeAnalysisVersion>1.0.0-beta.18565.8</MicrosoftDotNetCodeAnalysisVersion>
27+
<MicrosoftDotNetGenAPIVersion>1.0.0-beta.18565.8</MicrosoftDotNetGenAPIVersion>
28+
<MicrosoftDotNetGenFacadesVersion>1.0.0-beta.18565.8</MicrosoftDotNetGenFacadesVersion>
29+
<MicrosoftDotNetXUnitExtensionsVersion>2.4.0-beta.18562.25</MicrosoftDotNetXUnitExtensionsVersion>
30+
<MicrosoftDotNetBuildTasksPackagingVersion>1.0.0-beta.18565.8</MicrosoftDotNetBuildTasksPackagingVersion>
3131
</PropertyGroup>
3232
<PropertyGroup>
3333
<MicrosoftDotNetApiCompatPackageVersion>$(MicrosoftDotNetApiCompatVersion)</MicrosoftDotNetApiCompatPackageVersion>

eng/common/templates/phases/publish-build-assets.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ phases:
1111
dependsOn: ${{ parameters.dependsOn }}
1212
queue: ${{ parameters.queue }}
1313
variables:
14-
config: ${{ parameters.configuration }}
14+
_BuildConfig: ${{ parameters.configuration }}
1515
steps:
1616
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
1717
- task: DownloadBuildArtifacts@0
@@ -29,10 +29,18 @@ phases:
2929
condition: ${{ parameters.condition }}
3030
continueOnError: ${{ parameters.continueOnError }}
3131
- script: eng\common\publishbuildassets.cmd
32+
-configuration $(_BuildConfig)
3233
/p:ManifestsPath='$(Build.StagingDirectory)/Download/AssetManifests'
3334
/p:BuildAssetRegistryToken=$(MaestroAccessToken)
3435
/p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
35-
/p:Configuration=$(config)
3636
displayName: Publish Build Assets
3737
condition: ${{ parameters.condition }}
3838
continueOnError: ${{ parameters.continueOnError }}
39+
- task: PublishBuildArtifacts@1
40+
displayName: Publish Logs to VSTS
41+
inputs:
42+
PathtoPublish: '$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)'
43+
PublishLocation: Container
44+
ArtifactName: $(Agent.Os)_Asset_Registry_Publish
45+
continueOnError: true
46+
condition: always()

eng/common/templates/steps/helix-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ steps:
2323
command: custom
2424
projects: eng/common/helixpublish.proj
2525
custom: msbuild
26-
arguments: '/t:test /p:Language=msbuild'
26+
arguments: '/t:test /p:Language=msbuild /bl:$(Build.SourcesDirectory)\artifacts\log\$(_BuildConfig)\SendToHelix.binlog'
2727
displayName: Send job to Helix
2828
env:
2929
HelixSource: ${{ parameters.HelixSource }}

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "2.1.401"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18556.6",
6+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.18565.8",
77
"Microsoft.NET.Sdk.IL": "3.0.0-preview-27115-03"
88
}
9-
}
9+
}

0 commit comments

Comments
 (0)