
If you use the GitHub or Bitbucket button to log in to AppVeyor you can reset your AppVeyor account password using the Forgot password link. You can use your AppVeyor account email/password to access password-protected NuGet feeds, although we recommend creating a separate user account just for these purposes ( Account → Team). You can find the account feed URL and its API key on Account → NuGet page. All account feeds are password-protected.

Dealing with intermittent issuesĪccount NuGet feed aggregates packages from all project feeds and allows publishing of your custom packages.Configuring external private NuGet feed for your builds.Configuring AppVeyor NuGet feeds for your builds.Configuring private NuGet feed from command line.Configuring private NuGet feed in Visual Studio.Publishing NuGet symbols to AppVeyor account feed.However, most of the time we spend our time in Visual Studio, and interacting with AppVeyor was not possible from within Visual Studio. Pushing NuGet packages from build scripts AppVeyor is a well-known cloud based build server, which integrates with many source controls like VSO (Visual Studio Online), GitHub, BitBucket etc.Since we're using Microsoft-hosted build agents, we don't have to worry about maintaining those machines. Every AppVeyor account comes with the following feeds: The Visual Studio Code build on Azure Pipelines runs our compilation, hygiene checks and test suites in a single build, automatically distributing the build across different platforms.
