@uipath/solution-tool 1.198.0 → 1.199.0-preview.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,6 +21,13 @@ export interface PackCommandOptions extends PackageMetadataFields {
21
21
  * committing to a package build.
22
22
  */
23
23
  dryRun?: boolean;
24
+ /**
25
+ * Path to a NuGet sources configuration file. Forwarded to the packager for
26
+ * every project in the solution. When set, it overrides the feeds resolved
27
+ * from the authenticated session; a JSON feeds file is merged with the
28
+ * tenant's Orchestrator feeds, a NuGet.config XML is used as-is.
29
+ */
30
+ nugetSourcesConfigPath?: string;
24
31
  /**
25
32
  * Path to a .pfx certificate. When set, each packed project .nupkg is
26
33
  * signed with `dotnet nuget sign` before the solution .zip is assembled.