Skip to main content

New answers tagged

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. ...
Michał Turczyn's user avatar
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 ...
Dima's user avatar
  • 504
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....
GetShifting's user avatar
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 ...
Carlos Frederico Biscaya's user avatar
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. ...
Pudding's user avatar
  • 84
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?
Sérgio's user avatar
  • 2,219

Top 50 recent answers are included