Skip to content

Commit b5c2b3f

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20191122.5 (#502)
- Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19572.5
1 parent 4c2069a commit b5c2b3f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19571.10">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.19572.5">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>6ade65ab9d2d63b3fcb73647fc109e2b36ffdc80</Sha>
8+
<Sha>18ef57ae9aa0a728553f757e312b369d82e0abc9</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

eng/common/templates/post-build/post-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,6 @@ stages:
205205
stageName: 'NET_Internal_Tooling_Publishing'
206206
channelName: '.NET Internal Tooling'
207207
channelId: 551
208-
transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal/nuget/v3/index.json'
209-
shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal/nuget/v3/index.json'
210-
symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json'
208+
transportFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json'
209+
shippingFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json'
210+
symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json'

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.19571.10"
6+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19572.5"
77
}
88
}

0 commit comments

Comments
 (0)