azure-pipelines
Here are 285 public repositories matching this topic...
Adding documentation example of a working CI build using cirrus-ci.org (.cirrus.yml)
it seems older versions of Nginx could be cutting public ingress endpoints. Prescribe from deployment steps 1.24.7 tested version or higher to avoid this issue.
related: #144
-
Updated
Jun 14, 2020 - C++
Only show filter options with rows based on other filter selections.
For example, if a specific Language is filtered, the Tag filter should only contain selections that would actually still return at least one row. If a Tag has no FilterLists for the filtered Language, don't even show it as an option in the Tag filter until the Language filter is reset.
-
Updated
Jun 22, 2020 - Python
-
Updated
Jun 4, 2020 - JavaScript
Using a single issue to track the remaining work, so as not to litter the Issues and give the wrong impression on the current state of the project, bug wise.
If a contributor is interested in making progress towards any of these items, they should just create a new Issue to track that specific work, mention this Issue, and then resolve their PR against the Issue that they created. At that poin
-
Updated
Jun 21, 2020 - Python
-
Updated
Mar 8, 2020 - CSS
-
Updated
Jun 15, 2020 - TypeScript
Docs out of date
Please update the docs as azure devops platform has changed a lot and it's really hard to follow the steps.
-
Updated
Apr 7, 2020 - PowerShell
-
Updated
Jun 19, 2020 - TypeScript
- Create a personal access token with the authorized scope Agent Pools(read, manage) following these instructions. You will have to provide later the base64 encoded value of this token to the
vstsTokenvalue of the chart.
The instructions link is dead: 404 - Page not found
In [README.md](https://github.
The documentation should give an example on how to do a large scale load test across multiple jMeter slaves. Guidance should be included as to how many virtual users can be handled per slave (ACI).
-
Updated
Feb 18, 2020 - Haxe
-
Updated
May 31, 2020 - Python
-
Updated
Feb 20, 2019 - C#
-
Updated
Jun 12, 2020 - Shell
-
Updated
Jan 9, 2020 - JavaScript
-
Updated
Jun 11, 2020 - Ruby
-
Updated
May 30, 2020 - TypeScript
-
Updated
May 23, 2020
-
Updated
Jun 15, 2020 - PowerShell
-
Updated
Jun 6, 2020 - Shell
-
Updated
Oct 12, 2019 - PowerShell
Improve this page
Add a description, image, and links to the azure-pipelines topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the azure-pipelines topic, visit your repo's landing page and select "manage topics."
Per the tox documentation is mentions that the parallel_show_output setting is a global
[tox]setting however this doesn't seem to be the case, i.e., if one'stox.inifile is of the form:then running
tox --parallel autodoes not show any output.According to t