Skip to content

Commit 8182b83

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20191030.15 (dotnet#3393)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19530.15
1 parent 5f7a44d commit 8182b83

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@
9999
</Dependency>
100100
</ProductDependencies>
101101
<ToolsetDependencies>
102-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19529.9">
102+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19530.15">
103103
<Uri>https://github.com/dotnet/arcade</Uri>
104-
<Sha>ff023241f6484abaf827c4287c59fddd9ad6c382</Sha>
104+
<Sha>35c10b82920baacbb3945fd952a0e49c4caec708</Sha>
105105
</Dependency>
106106
</ToolsetDependencies>
107107
</Dependencies>

eng/common/templates/post-build/channels/netcore-internal-30.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ stages:
5757
/p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/'
5858
/p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt'
5959
/p:Configuration=Release
60+
/p:PublishToMSDL=false
6061
${{ parameters.symbolPublishingAdditionalParameters }}
6162

6263
- job: publish_assets
@@ -136,7 +137,6 @@ stages:
136137
/p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
137138
/p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json'
138139
/p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)'
139-
/p:PublishToMSDL=false
140140
${{ parameters.artifactsPublishingAdditionalParameters }}
141141

142142
- template: ../../steps/promote-build.yml

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
}
1111
},
1212
"msbuild-sdks": {
13-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19529.9"
13+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19530.15"
1414
}
1515
}

0 commit comments

Comments
 (0)