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
the task always encodes % to %AZP25 while setting the secrets as pipeline variables. This is wrong if DECODE_PERCENTS has been explicitly set to false in the pipeline, since when the agent reads the values for subsequent tasks, it won't decode %AZP25 back to %. This encoding should be done based on the condition that DECODE_PERCENTS is not false, it can be true, or not set(which defaults to true)
Task logs
[Enable debug logging and please provide the zip file containing all the logs for a speedy resolution]
Note
Issues in this repo are for tracking bugs, feature requests and questions for the tasks in this repo
For a list:
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks
If you have an issue or request for the Azure Pipelines service, use developer community instead:
https://developercommunity.visualstudio.com/spaces/21/index.html )
Required Information
Entering this information will route you directly to the right team and expedite traction.
Question, Bug, or Feature?
Bug
Enter Task Name: AzureKeyVaultV2
list here (V# not needed):
https://github.com/Microsoft/azure-pipelines-tasks/tree/master/Tasks
Environment
Server - Azure Pipelines or TFS on-premises?
NA
Agent - Hosted or Private:
NA
Issue Description
the task always encodes
%
to%AZP25
while setting the secrets as pipeline variables. This is wrong ifDECODE_PERCENTS
has been explicitly set tofalse
in the pipeline, since when the agent reads the values for subsequent tasks, it won't decode%AZP25
back to%
. This encoding should be done based on the condition thatDECODE_PERCENTS
is notfalse
, it can betrue
, or not set(which defaults totrue
)Task logs
[Enable debug logging and please provide the zip file containing all the logs for a speedy resolution]
Troubleshooting
Checkout how to troubleshoot failures and collect debug logs: https://docs.microsoft.com/en-us/vsts/build-release/actions/troubleshooting
Error logs
[Insert error from the logs here for a quick overview]
The text was updated successfully, but these errors were encountered: