File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 33)
44$ErrorActionPreference = ' stop'
55
6+ Remove-Item variable:global:_BuildTool - ea Ignore
7+ $msbuildEngine = ' dotnet'
68$repoRoot = Resolve-Path " $PSScriptRoot /../.."
79
810& " $repoRoot \eng\common\msbuild.ps1" - ci:$ci " $repoRoot /eng/CodeGen.proj" `
Original file line number Diff line number Diff line change 33)
44$ErrorActionPreference = ' stop'
55
6+ # GenAPI with `dotnet msbuild` doesn't consistently order attributes in Microsoft.AspNetCore.Mvc.TagHelpers.netcoreapp.cs
7+ $msbuildEngine = ' vs'
8+
9+ Remove-Item variable:global:_BuildTool - ea Ignore
610$repoRoot = Resolve-Path " $PSScriptRoot /../.."
711
812& " $repoRoot \eng\common\msbuild.ps1" - ci:$ci " $repoRoot /eng/CodeGen.proj" `
913 / t:GenerateReferenceSources `
10- / bl:artifacts/ log/ genrefassemblies.binlog
14+ / bl:artifacts/ log/ genrefassemblies.binlog `
15+ / p:BuildNative= true
You can’t perform that action at this time.
0 commit comments