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.
1 parent b24b39d commit d9a717fCopy full SHA for d9a717f
src/SourceBuild/content/eng/build.ps1
@@ -79,7 +79,7 @@ if ($projects) {
79
$project = $projects
80
}
81
82
-if ($rid) {
+if ($targetRid) {
83
$arguments += "/p:TargetRid=$rid"
84
85
0 commit comments