UiPath Documentation
cicd-integrations
2025.10
true
CI/CD integrations release notes
  • UiPath CLI release notes
    • 25.10.22
    • 25.10.21
    • 25.10.20
    • 25.10.19
    • 25.10.18
    • Older versions
      • 25.10.17
      • 25.10.16
      • 25.10.15
      • 25.10.14
      • 25.10.13
      • 25.10.12
      • 25.10.10
      • 25.10.9
      • 25.10.8
      • 25.10.7
      • 25.10.6
      • 25.10.5
      • 25.10.4
      • 25.10.3
      • 25.10.1
  • Azure DevOps extension release notes
  • Jenkins plugin release notes

25.10.6

25.10.6 release notes for CI/CD Integrations.

Release date: January 19, 2026

Bug fixes​

Projects with UIAutomation Dependency​

Resolved an issue that prevented successful compilation of projects containing UIAutomation dependencies. The CLI now correctly handles and builds projects that include UIAutomation packages.

NuGet.config Auto-Discovery​

Fixed the auto-discovery mechanism for user-level and machine-level NuGet.config files. The CLI now properly locates and applies NuGet configuration from both standard locations during package restore operations.

Known issues and workarounds​

PowerShell Parameter Handling for Secrets​

When using the applicationSecret parameter in PowerShell scripts, special characters such as $ may cause unexpected behavior due to PowerShell's variable expansion in double-quoted strings.

Workaround: Use single quotes ('') instead of double quotes ("") when passing the applicationSecret parameter to prevent PowerShell from interpreting special characters.

# Incorrect - double quotes allow variable expansion
uipcli package deploy --applicationSecret "mySecret$123"

# Correct - single quotes treat the string literally
uipcli package deploy --applicationSecret 'mySecret$123'
# Incorrect - double quotes allow variable expansion
uipcli package deploy --applicationSecret "mySecret$123"

# Correct - single quotes treat the string literally
uipcli package deploy --applicationSecret 'mySecret$123'
  • Bug fixes​
  • Projects with UIAutomation Dependency​
  • NuGet.config Auto-Discovery​
  • Known issues and workarounds​
  • PowerShell Parameter Handling for Secrets​

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated