Questions tagged [azure-artifacts]

Azure Artifacts is an extension for Azure DevOps that can host NuGet and npm packages and organize them in feeds.

Azure Artifacts is a Visual Studio Team Services extension that can host NuGet and npm packages and organize them in feeds.

Documentation can be found on visualstudio.com.

561 questions
-1
votes
2 answers

Promote npm packages in AzureDevops feed view from @local to @pre-release to @release, through shell/pyhthon/powershell script?

How to Promote npm packages in Azure DevOps feed view from @local to @pre-release to @release, through shell/python/PowerShell script?
-1
votes
1 answer

How to create docker image with Azure Artifacts feed in .Net core project

I have got a problem while creating docker image on my .Net core web api application. Thats the docker image generated by VS docker support: FROM mcr.microsoft.com/dotnet/core/aspnet:2.2-stretch-slim AS base WORKDIR /app EXPOSE 80 FROM…
-1
votes
1 answer

How do I configure a single pipeline for a best practice Azure Artifacts CI/CD

I'm trying to get a single pipeline to handle the full CI/CD for internal NuGet Package Projects. The issue I'm running into is finding a way to exclude the NuGet publish steps for the verification builds in a pull request. Is there a way to…
-1
votes
1 answer

Prevent publishing public packages on VSTS

I created the feed to store private npm package there. When I publish my private package from the project - some another public packages are published to this feed. Can I somehow prevent publishing of public packages to the feed? Is it ok to store…
SashaSemanyuk
  • 357
  • 6
  • 20
-1
votes
1 answer

how to copy package from VSTS to local server during build process

I created nuget task while configuring build definination, so that i can create a package in VSTS(in package feed), but my requirement is to copy that package to local machine while cretaing build. Thanks in advance.
-2
votes
1 answer

How to execute a script in VSTS

I have few scripts example (xcode.sh) which is in the mac agent. I would like to execute the script with 2 input Arguments. The user does not know the path to this script. How can i achieve this from VSTS Task Say the script has to be executed like…
1 2 3
37
38