You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**AddSourceProperty***(optional, default=false)*: Adds a `source` property to each object in the output, indicating the YAML file it originated from.
174
150
-**OutputType***(required)*: Determines the output format. Supported values:
175
151
-`Json`: Outputs a regular JSON file.
176
-
-`ArmParameter`: Outputs an Azure ARM template parameter file.
152
+
-`Arm`: Outputs an Azure ARM template parameter file.
177
153
-`Yaml`: Outputs a YAML file.
154
+
-**InputType***(optional, default=YAML)*: Determines the input format. Supported values:
155
+
-`Json`: Inputs are JSON files with a `.json` extension.
156
+
-`Yaml`: Inputs are YAML files with a `.yml` or `.yaml` extension.
178
157
-**AdditionalProperties***(optional)*: A collection of custom top-level properties to inject into the final output. Use the `ItemGroup` syntax to pass key-value pairs.
179
158
180
159
## Example YAML Input
@@ -256,7 +235,17 @@ resources:
256
235
257
236
## License
258
237
259
-
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
238
+
This project is licensed under the MIT License. See the [LICENSE](https://github.com/richardsondev/AggregateConfigBuildTask/blob/main/LICENSE) file for details.
239
+
240
+
## Third-Party Libraries
241
+
242
+
This project leverages the following third-party libraries:
Used for YAML serialization and deserialization. YamlDotNet is distributed under the MIT License. For detailed information, refer to the [YamlDotNet License](https://github.com/aaubry/YamlDotNet/blob/master/LICENSE.txt).
Facilitates type handling for YAML serialization and deserialization, enhancing compatibility with System.Text.Json. This library is also distributed under the MIT License. For more details, see the [YamlDotNet.System.Text.Json License](https://github.com/IvanJosipovic/YamlDotNet.System.Text.Json/blob/main/LICENSE).
0 commit comments