cicd-integrations
2025.10
true
  • UiPath CLI release notes
    • 25.10.8
    • 25.10.7
    • 25.10.6
    • 25.10.5
    • 25.10.4
    • 25.10.3
    • 25.10.1-20251105-9
  • Azure DevOps extension release notes
  • Jenkins plugin release notes
UiPath logo, featuring letters U and I in white

CI/CD integrations release notes

Last updated Feb 13, 2026

25.10.6

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?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2026 UiPath. All rights reserved.