New answers tagged azure-pipelines
2 votes
How to block default Public nuget repository nuget.org for dotnet builds
If you are using DotNetCoreCLI@2 you can try using includeNuGetOrg and setting it to false #includeNuGetOrg: true # boolean. Optional. Use when selectOrConfig = select && command = restore. ...
2 votes
How to block default Public nuget repository nuget.org for dotnet builds
Default nuget repo is: https://api.nuget.org/v3/index.json Default nuget config file is C:\Users\{User}\AppData\Roaming\NuGet\NuGet.Config So you have to edit it first. Or you can overwrite this ...
0 votes
Use same variable from multiple Azure DevOps Pipeline Libraries
Depending on how many pipelines you have and how flexible you need to be with the name of the service connection, you could just set the serviceconnection name in the pipeline variables: name: $(Build....
0 votes
VSTS : automatically rebase/merge and requeue build validation gate in case of build expiration
There is a more direct solution to your question. Sure, there is no out-of-the-box mechanism to handle requeuing in case the target branch is updated while other PRs to it are active and either have ...
0 votes
How can I filter Azure Pipeline runs using 2 or more tags?
The pipeline runs view (dev.azure.com/{organization}/{project}/_build?view=runs&tagFilter=example,multiple) filters for runs containing any of the tags, OR style as Bright Ran pointed out. ...
Tooling
0 votes
0 replies
0 views
How to retrieve Test Cases from a Test Execution in Xray Cloud for manual-triggered automation (Azure DevOps integration)?
Can you please elaborate a bit on what do you mean exactly with "I am unable to reliably retrieve the Test Cases associated with a specific Test Execution." , so we can better assist you?
Top 50 recent answers are included
Related Tags
azure-pipelines × 13556azure-devops × 9756
azure × 3342
azure-pipelines-yaml × 1473
azure-pipelines-release-pipeline × 890
yaml × 876
azure-pipelines-build-task × 656
powershell × 600
continuous-integration × 471
devops × 453
docker × 445
azure-devops-server × 431
git × 414
c# × 373
azure-devops-rest-api × 297
.net × 287
.net-core × 248
cicd × 236
nuget × 234
msbuild × 221
azure-data-factory × 213
azure-artifacts × 207
python × 198
pipeline × 184
azure-pipelines-tasks × 180