Skip to content

Commit c15ce01

Browse files
author
v-wuzhai
authored
[main] Source code updates from dotnet/dotnet (#48938)
2 parents 9badd70 + 96ac261 commit c15ce01

File tree

6 files changed

+366
-367
lines changed

6 files changed

+366
-367
lines changed

eng/Version.Details.xml

Lines changed: 243 additions & 243 deletions
Large diffs are not rendered by default.

eng/Versions.props

Lines changed: 119 additions & 119 deletions
Large diffs are not rendered by default.

eng/common/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ while [[ $# > 0 ]]; do
136136
restore=true
137137
pack=true
138138
;;
139-
-productBuild|-pb)
139+
-productbuild|-pb)
140140
build=true
141141
product_build=true
142142
restore=true

eng/common/darc-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function InstallDarcCli {
6868
fi
6969
fi
7070

71-
local arcadeServicesSource="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"
71+
local arcadeServicesSource="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json"
7272

7373
echo "Installing Darc CLI version $darcVersion..."
7474
echo "You may need to restart your command shell if this is the first dotnet tool you have installed."

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
}
1515
},
1616
"msbuild-sdks": {
17-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25260.104",
18-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25260.104",
17+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25263.104",
18+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25263.104",
1919
"Microsoft.Build.NoTargets": "3.7.0",
2020
"Microsoft.Build.Traversal": "3.4.0"
2121
}

src/RazorSdk/Tool/GenerateCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ private int ExecuteCore(
191191
b.RegisterExtensions();
192192

193193
b.Features.Add(new StaticTagHelperFeature() { TagHelpers = tagHelpers, });
194-
b.Features.Add(new DefaultTypeNameFeature());
195194

196195
b.ConfigureCodeGenerationOptions(b =>
197196
{

0 commit comments

Comments
 (0)