python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Azure self hosted windows agent, What is the {tool files} in Use Python Version configuration?
UPDATE:
Now that I tried the solution from the answers to try
python -m ensurepip
python -m pip install --upgrade pip
pip install tox poetry
I realize that the self-hosted windows agent apparently di...

Ramanathan Varadharajan
Votes: 0
Answers: 2
Azure Yaml pipelines : How to reset a parameter after running the pipeline before "Run new"
I'm using parameters within my yaml pipeline which are set on runtime by the user.
For example:
parameters:
- name: StartAfterDeployment
displayName: 'Start after deployment'
type: boolean
...
Bart
Votes: 0
Answers: 1
How to get repository name using multiple checkout
Is there any variable (environment, system, resources) in the pipeline that hold the value for foo_repo and bar_repo ? I am looking for the path (just/code/foo, and just/code/bar) as I don't want to d...
Florent Valdelievre
Votes: 0
Answers: 1
How to include a yaml template between 2 different tasks in the another template in Azure pipeline deployment
I'm new to yaml pipeline deployments, Can any point me to the right direction on how to include a yaml template between different tasks in the main template in Azure pipeline deployment.
I have create...

Raghu Hoskote
Votes: 0
Answers: 1