Questions tagged [azure-devops]
20 questions
3
votes
2 answers
Build pipeline, dependency on unreleased package
My team is currently making some changes to our solution structure. Before the change we basically had a single solution file with about 40 different projects. Most of these projects are libraries that are consumed by a handful of applications.
To…

Rik D
- 3,806
- 2
- 15
- 26
2
votes
4 answers
Should story points be re-estimated when rolling un-finished stories into next sprint?
We plan our sprint capacity in story points - so for example we have 20 points available when planning a sprint.
When we have stories which were not completed in the previous sprint, we generally roll them over. But what was originally a 5 point…

Mr. Boy
- 231
- 1
- 5
2
votes
3 answers
How to represent technical debt in agile development using azure devops?
As we are implementing some stories we find some things which need to be put on a backlog as technical debt, often because there are larger questions linked to other stories or features which cannot be trivially answered and would derail our sprint…

Mr. Boy
- 231
- 1
- 5
2
votes
2 answers
Should powershell be used to develop a whole application?
We are automating the testing on an Web ERP solution (Dynamics) through a tool (RSAT, which uses selenium) provided by the developer of the ERP (Microsoft).
The RSAT has a list of instructions to do some actions on the pages and it takes the values…

Maxime
- 153
- 5
2
votes
0 answers
Azure DevOps Pipeline CI good pratice when creating it's own pipeline?
I'm using Azure DevOps Pipeline for CI and CD (Continuous Integration and Continuous Deployment). I realize there are many ways to define de build Pipeline. Let me explain with examples:
For one of my project I started by creating 2 Pipelines. Both…

Bastien Vandamme
- 1,623
- 2
- 14
- 15
2
votes
2 answers
Create a Azure Pipeline for staging then production environments
I have a question about best practice and Azure Pipeline. I have a web site (ASP.NET API old version) I need to publish on 2 environments
staging
production
I think this schema is classic. At the beginning I decided to create one build in release…

Bastien Vandamme
- 1,623
- 2
- 14
- 15
1
vote
1 answer
Deploying appconfigs to different environments
I have a project on Azure DevOps that uses an appconfig.
The appconfig holds sensetive data like usernames and passwords and is committed empty to the repo.
I have to deploy the project on two different environments that need two different…

Firld
- 13
- 2
1
vote
1 answer
Azure DevOps for multiple small projects
We are a software development company with less than 10 employees. Each employee may be a part of multiple projects. Also, the project manager may look after multiple projects as well. We use Azure DevOps to keep track of work items in each project.…

prinkpan
- 127
- 3
1
vote
2 answers
Where should I start with an Integration Test for a Legacy Software in .NET?
Currently, I'm planning a new project of CI/CD with Azure DevOps (with Git, already committed) for an old Solution, which contains 17 C# projects.
Technically, we have access to the source code and it's required to write all Unit Tests (since it…

Federico Navarrete
- 127
- 5
0
votes
1 answer
Azure Pipeline variable groups vs. YAML templates
I am writing an Azure Pipeline framework in YAML which will be used on multiple projects, each with its own environment variables. I am now wondering whether the best option is to define these variables in variable groups or to use YAML…

Fredrik Bakke
- 9
- 5
0
votes
1 answer
Azure DevOps Change nuget.config in CI/CD process
I'm currently working on a project which uses azure function apps, we also create a data access layers for each function app which are built as nuget packages and are then published to a private nuget feed. For the function apps, we have three…

morris295
- 109
- 1
0
votes
0 answers
TFS/Azure DevOps - how to use security to enforce triaging of new PBIs & bugs
I am looking for a way to configure TFS to enforce triaging of PBIs and bugs. At present, although "proper" practises have been discussed and agreed many times, they are not followed reliably, so I am looking for a way to enforce them via TFS…

Laurence
- 101
- 1
0
votes
0 answers
Setup tests that use the Azure storage emulator in Azure DevOps
I have a project with the code hosted in Azure DevOps and I'd like to start using the Pipelines feature to handle the builds.
My first problem is that I have a set of tests that use Azure storage emulator (I'm using Azure storage in my project).…

Paul
- 109
- 3
0
votes
1 answer
Removing unused directives from a file which is not related to the pull request
I'm actually working on the web application which was made using technologies such as asp.net core, c#, angular, ef core. For the version control and CD we use Azure DevOps. As a team we try to follow Agile rules. When the developer starts the…

GoldenAge
- 101
- 2
0
votes
0 answers
Using Azure Artifacts views for hiding in-development packages
My team are looking to push our shared code to a private NuGet feed in Azure Artifacts. At present the plan is to set the package version in our csproj files and set up CI on the master branch of each library's repo.
For production this flow is…

setagana
- 1