Questions tagged [nuget]

Use this tag if a question is about nuget

8 questions
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
4
votes
1 answer

Managing branched DLLs in nuget

Our company has a product line and most development happens on the trunk. We had 3 releases slotted back to back with the last one being an update to the first one. the first one is in 3rd party testing with the second in in house testing. The…
xtreampb
  • 433
  • 2
  • 15
3
votes
1 answer

Is it possible to package an application in a .nupkg when creating an application revision in AWS CodeDeploy?

My build process packages my application in a .nupkg instead of a .zip. Assuming my .nupkg contains a correctly-implemented appspec.yml and is otherwise appropriately bundled, can my deployment revision use it?
Anthony Neace
  • 1,494
  • 1
  • 12
  • 17
3
votes
1 answer

How to create GitHub Actions for unit testing in .NET projects?

Could You help me? I use NUnit framework to test my .NET project. And I want to run my tests via GitHub Actions. What should be included in the assembly of my project? Maybe there are some standard examples?
Leonid
  • 91
  • 10
2
votes
1 answer

How to setup priorities between pipelines that might be triggered simultaneously on Azure DevOps pipelines

I am using Azure devOps to build and deploy my application, and within that application I have a project that is being used by other related applications (let's call it project N). Thus I decided to deploy this project as a NuGet package, and…
1
vote
1 answer

Problem Restore EF Core 2.1.1 in VSTS, Hosted VS2017

I have a project with Asp.Net Core 2.1.1, so I have to force the runtime to 2.1.1, when I added the EF Core 2.1.1 packages (SqlServer, Design and Tools). Locally the project performs well, however in the process of Build in VSTS using the Hosted…
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…
0
votes
0 answers

Is there a package manager in Azure Pipeline to Copy content files from nuget source into a .NET Framework project?

I have a .NET Framework 4.8 web service project, it has jquery packages in it. When I use Visual Studio to install the packages, the script and theme files are automatically copied from the packages to the project. From a fresh clone of the code I…