Questions tagged [myget]

Use to tag any questions related to the MyGet package management platform (myget.org).

MyGet allows you to create and host your own NuGet feed. Include packages from the official NuGet feed or upload your own NuGet packages.

Compatible with NuGet, the Visual Studio Package Manager Console, Orchard, SymbolSource and many more.

The service is hosted at www.myget.org

65 questions
0
votes
1 answer

NuGet ID Verified Mark in MyGet feeds

Since NuGet implemented NuGet Package ID Prefix reservation, latest versions of Visual Studio show a new icon for verified packages. Today I've noticed all packages in my custom MyGet feed got the same icon, however, I did not make any additional…
rido
  • 1,202
  • 1
  • 9
  • 13
0
votes
1 answer

MyGet pre-build script written in PowerShell?

My pre-build script originally was a .bat. When I added the functionality to generate the version number, I wrote it in PowerShell (I really don't like batch). So I tried to convert the whole pre-build script into PowerShell but I'm running into…
Mathieu VIALES
  • 4,526
  • 3
  • 31
  • 48
0
votes
1 answer

MyGet - NuGet Package Missing Content Directory

I have a package that gets built on MyGet using a nuspec file (similar to the below). This has been working fine for a while but over the couple of days it seems that the content directory doesn't get created. However, if I run nuget pack locally,…
0Neji
  • 1,038
  • 1
  • 14
  • 36
0
votes
1 answer

MyGet - Double build every time with Github Hooks

In my MyGet account, I have setup an automated build using Github Hooks. Every time I push on the master branch of my Github repo, the build on MyGet is executed twice. This bothers me because I want to use the auto-tag feature but the double build…
Mathieu VIALES
  • 4,526
  • 3
  • 31
  • 48
0
votes
1 answer

Dealing with frequently updated NuGet packages

I would like to understand what is the common workflow of working with NuGet packages that are frequently updated? So take an example - we have these projects: Project 1 - WCF Service Contracts Project 2 - WCF Service Client - (depends on Project 1…
0
votes
0 answers

myget edit build to automatically build with checkin

I have a MyGet build defined for which I initially turned off the automatic build with check-in. I'd like to now enable that feature. Can I do this without having to recreate the build? I don't see it in the build editor dialog.
gregsdennis
  • 7,218
  • 3
  • 38
  • 71
0
votes
1 answer

Myget and VSTS integration

I'm using VSO to host and build my code. I also followed these steps MyGet with Visual Studio Team Services to have the packages available as myget feed but someone the feeds are always empty. I only have the 'Nuget Package' build step but it seems…
MeTitus
  • 3,390
  • 2
  • 25
  • 49
0
votes
1 answer

Is it possible to have myget work with git source code that has ignored files?

In my git source code, I ignored the external configuration file, named appsettings.config. And in Visual Studio projects I have projects referencing this file as a link. But when I tried to set up the integration between MyGet and git, I found that…
Nico
  • 497
  • 1
  • 4
  • 15
0
votes
1 answer

MyGet throwing repository URL is of an invalid format

I added a new build source on myget.org using VSTS, but MyGet is throwing this error: The thing is, the URL shouldn't be incorrect... it was setup by MyGet itself, since I used the wizard. What could be going on here?
eestein
  • 4,914
  • 8
  • 54
  • 93
0
votes
2 answers

How to publish a VSIX to MyGet in VSTS Release?

I have a VSIX that is built in VSTS. I have a release that I want to publish that VSIX to MyGet. I can upload NuGet packages to my MyGet-NuGet feed, but I can't figure out how to upload VSIX packages to my MyGet-VSIX feed. This link: Publish to…
dannydwarren
  • 556
  • 4
  • 13
0
votes
1 answer

Trouble compiling using a MyGet package in .NET Core project

I've created a couple of MyGet packages that I've pushed to my feed. I've successfully referenced those packages in my project. I can see the packages listed in the NuGet Package Manager and I can see them downloaded in…
lostdeveloper
  • 73
  • 1
  • 6
0
votes
1 answer

Signing code for Github -> MyGet -> Nuget

We have a piece of .NET code that deals with integration against our platform. We want to share this with others to make it easier to integrate with us. Reading on-line, the approach of using GitHub for source, MyGet for CI builds and Nuget for…
0
votes
1 answer

Errors while building Class Library (Package) via MyGet

I am trying to create a Class Library (Package) project in Visual Studio 2015 Update 1, the project builds successfully on my local machine, but the build fails on MyGet build services (MyGet feed pulls the project from github repo and tries to…
A. Burlak
  • 25
  • 3
0
votes
1 answer

Proper Handling of Version Numbers Between Git Branches

We have an assembly that we push to myget as a nuget package. We then reference the assembly in another project. At this point, everything works great. Now, suppose we swap to our master branch in git and need to fix a bug. When we do a publish to…
Austin
  • 387
  • 6
  • 11
0
votes
2 answers

How to setup myget build to use my .nuspec file

in my source I have specified *.nuspec file with filed full metadata. When I build this source on myGet I receive .nupkg with different metadata (Author: Wonka, Description: Description). In Package details on myget.org metadata are good :/ How to…
Mariusz
  • 442
  • 5
  • 16