Azure Devops deployments with user secrets #1459
Unanswered
gary-walker-82
asked this question in
Q&A
Replies: 1 comment
-
Hello @gary-walker-82 I'd like to understand a little more about where you are getting this issue. Can you mention:
The azdo pipelines currently depend on the task So, I will be happy to help you here, just need a little more information. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
im playing around with the Azure Developer CLI and all the templates use User Secrets, the cli itself initialises these on the project. when this happens in Azure Devops the pipeline crashes with a FileNotFound error, the path looks correct and this was taken from the azure.yaml file so i have to have the repo loaded correctly.
ive also tried running the
dotnet user-secret init
command manually in a separate step and get the same result.Has anyone successfully run the provision step in an Azure DevOps pipeline?
Is it possible to turn off user secrets?
Beta Was this translation helpful? Give feedback.
All reactions