Skip to content

Commit 7598ca4

Browse files
authored
Merge pull request #250 from baronfel/patch-1
Add GeneratePathProperty to PackageReference schema
2 parents 6058160 + 5c9664f commit 7598ca4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

MonoDevelop.MSBuild/Schemas/CommonTargets.buildschema.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,11 @@
9696
"isList": true,
9797
"type": { "$ref": "#/types/nuGetWarningCode" },
9898
"helpUrl": "https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#suppressing-nuget-warnings"
99+
},
100+
"GeneratePathProperty": {
101+
"description": "If enabled, causes an MSBuild property with the path to the root of the `PackageReference` to be created",
102+
"type": "bool",
103+
"helpUrl": "https://learn.microsoft.com/nuget/consume-packages/package-references-in-project-files#generatepathproperty"
99104
}
100105
}
101106
},
@@ -1170,4 +1175,4 @@
11701175
"BeforeResGen": "Runs before the ResGen target. Can be safely overridden in project files.",
11711176
"AfterResGen": "Runs after the ResGen target. Can be safely overridden in project files."
11721177
}
1173-
}
1178+
}

0 commit comments

Comments
 (0)