Skip to content

Commit

Permalink
do not use private feed for auth common package, which was published out
Browse files Browse the repository at this point in the history
already; also reversion the resource package to avoid confliction
  • Loading branch information
yugangw-msft committed Nov 18, 2015
1 parent 46daad4 commit 7b00b52
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
<add key="api.nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="xunit" value="https://www.myget.org/F/xunit/api/v2" />
<add key="aspnetrc1" value="https://www.myget.org/F/aspnetrc1/api/v2" />
<add key="local" value="localfeed" />
</packageSources>
</configuration>
2 changes: 1 addition & 1 deletion build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<Target Name="Build" DependsOnTargets="BuildMsBuildTask;PrepareForAutoRestLibraries;RestoreNugetPackages">
<PropertyGroup>
<_ExtraPropertyList>CodeSign=$(CodeSign)</_ExtraPropertyList>
<_TemporaryDnxFeeds>-s https://api.nuget.org/v3/index.json -s https://www.myget.org/F/xunit/api/v2 -s https://www.myget.org/F/aspnetrc1/api/v2 -s $(LibraryRoot)localfeed</_TemporaryDnxFeeds>
<_TemporaryDnxFeeds>-s https://api.nuget.org/v3/index.json -s https://www.myget.org/F/xunit/api/v2 -s https://www.myget.org/F/aspnetrc1/api/v2</_TemporaryDnxFeeds>
</PropertyGroup>
<CallTarget Targets="BuildServerPreparation" Condition=" '$(CodeSign)' == 'true' " />

Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
[assembly: AssemblyDescription("Provides Microsoft Azure resource management operations including Resource Groups.")]

[assembly: AssemblyVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.0.0.0")]
[assembly: AssemblyFileVersion("3.1.0.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.0-preview",
"version": "3.1.0-preview",
"description": "Provides resource group and resource management capabilities for Microsoft Azure.",
"authors": [ "Microsoft" ],
"tags": [ "Microsoft Azure resource management", "resource management", "resource groups", "REST HTTP client", "azureofficial", "windowsazureofficial" ],
Expand Down

0 comments on commit 7b00b52

Please sign in to comment.