All Questions
4 questions
0
votes
1
answer
398
views
Check/Fail Build pipeline if build pipeline artifact has already been published to artifact feed with same version number
I want to ensure that there is a warning or a failure in the build pipeline if the developer forgot to increment the version number in the packages they are developing.
Currently we have NuGet ...
1
vote
1
answer
928
views
Updated file is not showing into artifact after successful completion of build pipeline in Azure Devops
There are two updated files and they are successfully merged into the branch of repository but when i am trying to run the build pipeline , artifact is creating without any issue but the change is ...
2
votes
1
answer
2k
views
How to configure Azure Devops Pipeline package name for Nuget artifact
We have an existing Devops pipeline set up to use .Net Core tasks to package and push a .Net Standard class library as a Nuget artifact. We are trying to replace this with a pipeline that uses Nuget ...
0
votes
1
answer
1k
views
Where to store installer binaries in azure devops pipeline
I was wondering what other people use to store tools required in the pipeline of a product, which are not part of the actual product.
Let me sketch our situation:
We are using an azure devops ...