File tree Expand file tree Collapse file tree 6 files changed +366
-367
lines changed
Expand file tree Collapse file tree 6 files changed +366
-367
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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."
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments