Use this tag if a question is about Azure Artifacts
Questions tagged [azure-artifacts]
7 questions
12
votes
4 answers
What are the pros and cons of Azure Artifacts vs. Artifactory?
We have a requirement where we need to develop a custom product where the software component life cycle needs to be managed i.e. upload, download, recall etc. one option is to go with Custom API leveraging Azure Artifacts and the other option is to…
shri
- 221
- 1
- 2
- 6
5
votes
1 answer
Project pipeline not able to access NuGet package from Artifact Feed in different Project
Updated 20th Feb & 21st Feb
Summary
Not able to find NuGet package from our private feed under Artifacts.
Our Azure DevOps environment
In Azure, we have our company "space": dev.azure.com/OurCompany
Under that, we have multiple Projects, so for…
DrGriff
- 576
- 5
- 6
1
vote
1 answer
Linux 24.04.1 LST, NugetCommand@2 stop working
I have a DevOps issue while publishing packages.
I am a user of Azure-Repository, Azure-CI, and Azure-Artifacts.
I have defined an Organization with 7 projects, one assigned for storing artifacts in project-scoped feeds. The other are .NET-Core…
Hassan Faghihi
- 111
- 2
0
votes
1 answer
How to setup a DotNetCoreCLI@2 task to publish a self-contained exe-file for a WPF project with .Net 8?
The settings
My goal is to understand the CI/CD process on Azure (and in general). For that, I have build a little Wpf-App. It is not doing much. Just displaying a simple ReadMe.txt file.
A test project is included and the tests are running…
karwenzman
- 1
- 5
0
votes
1 answer
Best artifactory type for Azure release pipeline
We've just started to use Azure DevOps platform and having some doubts regarding artifactory type for release pipeline.
Here's the situation: we get complete delivery in zip file from Dev team which is ready to be deployed to the target machines,…
i8z
- 1
- 1
0
votes
1 answer
Azure pipeline is publishing an empty zip file
I have an Azure pipeline for a Blazor project and I'm trying to publish the results of the build to an Azure app service.
The build completes fine but the deploy task throws an error. At first I thought it was a problem with one of the paths in the…
Chris
- 1
- 1
0
votes
1 answer
Retrieving project version from csproj in Azure Pipeline .NET Core CLI task
I have the following tasks in my yaml file in Azure DevOps
It publishes my console application and zip it in a file
- task: DotNetCoreCLI@2
inputs:
command: 'publish'
publishWebProjects: false
projects: '**/MyApp.csproj'
arguments:…
user65248
- 101
- 1
- 1