Skip to content

Instantly share code, notes, and snippets.

@chgeuer
Last active December 15, 2015 10:19
Show Gist options
  • Save chgeuer/5245157 to your computer and use it in GitHub Desktop.
Save chgeuer/5245157 to your computer and use it in GitHub Desktop.
Add ASP.NET Nightly Builds to Visual Studio and ensure they are updated on Windows Azure Web Sites

Add ASP.NET Nightly Builds to Visual Studio and ensure they are updated on Windows Azure Web Sites

Configure Visual Studio

Configure NuGet

Open NuGet.targets

  <ItemGroup Condition=" '$(PackageSources)' == '' ">
    <PackageSource Include="https://nuget.org/api/v2/" />
    <PackageSource Include="http://www.myget.org/F/aspnetwebstacknightly/" />
  </ItemGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment