Skip to content

Commit 370905a

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20190618.2 (#998)
- Microsoft.DotNet.ApiCompat - 1.0.0-beta.19318.2 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19318.2 - Microsoft.DotNet.CodeAnalysis - 1.0.0-beta.19318.2 - Microsoft.DotNet.Helix.Sdk - 2.0.0-beta.19318.2
1 parent 9c4c3b5 commit 370905a

File tree

6 files changed

+14
-17
lines changed

6 files changed

+14
-17
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@
6363
<Uri>https://github.com/dotnet/core-setup</Uri>
6464
<Sha>499b95322ae3a8e29af2a2aacdfb332c4e25dfcf</Sha>
6565
</Dependency>
66-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19317.3">
66+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="1.0.0-beta.19318.2">
6767
<Uri>https://github.com/dotnet/arcade</Uri>
68-
<Sha>e4c419c52886df5ad44acb2e3d3a1af2c9eae683</Sha>
68+
<Sha>dc538a29793fd56618d0fa3186e2388d47d00c19</Sha>
6969
</Dependency>
70-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="1.0.0-beta.19317.3">
70+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="1.0.0-beta.19318.2">
7171
<Uri>https://github.com/dotnet/arcade</Uri>
72-
<Sha>e4c419c52886df5ad44acb2e3d3a1af2c9eae683</Sha>
72+
<Sha>dc538a29793fd56618d0fa3186e2388d47d00c19</Sha>
7373
</Dependency>
7474
<Dependency Name="Microsoft.NETCore.Platforms" Version="3.0.0-preview7.19313.2" CoherentParentDependency="Microsoft.NETCore.App">
7575
<Uri>https://github.com/dotnet/corefx</Uri>
@@ -95,13 +95,13 @@
9595
<Uri>https://github.com/dotnet/coreclr</Uri>
9696
<Sha>e2b3130f4d0c9f1b759a769f4d344ee72a55b771</Sha>
9797
</Dependency>
98-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19317.3">
98+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="2.0.0-beta.19318.2">
9999
<Uri>https://github.com/dotnet/arcade</Uri>
100-
<Sha>e4c419c52886df5ad44acb2e3d3a1af2c9eae683</Sha>
100+
<Sha>dc538a29793fd56618d0fa3186e2388d47d00c19</Sha>
101101
</Dependency>
102-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="1.0.0-beta.19317.3">
102+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="1.0.0-beta.19318.2">
103103
<Uri>https://github.com/dotnet/arcade</Uri>
104-
<Sha>e4c419c52886df5ad44acb2e3d3a1af2c9eae683</Sha>
104+
<Sha>dc538a29793fd56618d0fa3186e2388d47d00c19</Sha>
105105
</Dependency>
106106
</ToolsetDependencies>
107107
</Dependencies>

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
</PropertyGroup>
4141
<!-- Packages that come from https://github.com/dotnet/arcade -->
4242
<PropertyGroup>
43-
<MicrosoftDotNetApiCompatVersion>1.0.0-beta.19317.3</MicrosoftDotNetApiCompatVersion>
44-
<MicrosoftDotNetCodeAnalysisPackageVersion>1.0.0-beta.19317.3</MicrosoftDotNetCodeAnalysisPackageVersion>
43+
<MicrosoftDotNetApiCompatVersion>1.0.0-beta.19318.2</MicrosoftDotNetApiCompatVersion>
44+
<MicrosoftDotNetCodeAnalysisPackageVersion>1.0.0-beta.19318.2</MicrosoftDotNetCodeAnalysisPackageVersion>
4545
</PropertyGroup>
4646
<!-- Packages that come from https://github.com/dotnet/corefxlab -->
4747
<PropertyGroup>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ jobs:
5757
/p:MaestroApiEndpoint=https://maestro-prod.westus2.cloudapp.azure.com
5858
/p:PublishUsingPipelines=${{ parameters.publishUsingPipelines }}
5959
/p:Configuration=$(_BuildConfig)
60-
/v:detailed
6160
condition: ${{ parameters.condition }}
6261
continueOnError: ${{ parameters.continueOnError }}
6362
- task: powershell@2

eng/common/templates/post-build/channels/public-dev-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,7 @@ stages:
138138
inputs:
139139
targetType: inline
140140
script: |
141-
darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com/ --password $(MaestroAccessToken)
142-
continueOnError: true
141+
darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com/ --password $(MaestroAccessToken) --latest-location
143142
144143
- template: ../promote-build.yml
145144
parameters:

eng/common/templates/post-build/channels/public-validation-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ stages:
8484
inputs:
8585
targetType: inline
8686
script: |
87-
darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com --password $(MaestroAccessToken)
88-
continueOnError: true
87+
darc gather-drop --non-shipping --continue-on-error --id $(BARBuildId) --output-dir $(Agent.BuildDirectory)/Temp/Drop/ --bar-uri https://maestro-prod.westus2.cloudapp.azure.com --password $(MaestroAccessToken) --latest-location
8988
9089
- template: ../promote-build.yml
9190
parameters:

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19317.3",
16-
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19317.3"
15+
"Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19318.2",
16+
"Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19318.2"
1717
},
1818
"native-tools": {
1919
"strawberry-perl": "5.28.1.1-1",

0 commit comments

Comments
 (0)