Skip to content

Commit f23aa0d

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20191030.15 (dotnet#1054)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19530.15
1 parent bb4bb4b commit f23aa0d

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
@@ -23,9 +23,9 @@
2323
</Dependency>
2424
</ProductDependencies>
2525
<ToolsetDependencies>
26-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19529.9">
26+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19530.15">
2727
<Uri>https://github.com/dotnet/arcade</Uri>
28-
<Sha>ff023241f6484abaf827c4287c59fddd9ad6c382</Sha>
28+
<Sha>35c10b82920baacbb3945fd952a0e49c4caec708</Sha>
2929
</Dependency>
3030
</ToolsetDependencies>
3131
</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
@@ -3,6 +3,6 @@
33
"dotnet": "3.0.100"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19529.9"
6+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19530.15"
77
}
88
}

0 commit comments

Comments
 (0)