We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dotnet msbuild
1 parent 7083d5c commit 349797aCopy full SHA for 349797a
eng/scripts/GenerateProjectList.ps1
@@ -4,6 +4,7 @@ param(
4
$ErrorActionPreference = 'stop'
5
6
$repoRoot = Resolve-Path "$PSScriptRoot/../.."
7
+$msbuildEngine = 'dotnet'
8
9
& "$repoRoot\eng\common\msbuild.ps1" -ci:$ci "$repoRoot/eng/CodeGen.proj" `
10
/t:GenerateProjectList `
eng/scripts/GenerateReferenceAssemblies.ps1
@@ -5,6 +5,9 @@ $ErrorActionPreference = 'stop'
+& "$repoRoot\build.ps1" -ci:$ci -buildNative
+
11
12
/t:GenerateReferenceSources `
13
/bl:artifacts/log/genrefassemblies.binlog
0 commit comments