Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
analogrelay committed Nov 21, 2013
1 parent e2fef39 commit dfc8077
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfiguration serviceName="NuGetGallery.Backend.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="3" osVersion="*" schemaVersion="2013-03.2.0">
<ServiceConfiguration serviceName="NuGetGallery.Backend.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="3" osVersion="*" schemaVersion="2013-10.2.2">
<Role name="NuGetGallery.Backend">
<Instances count="1" />
<ConfigurationSettings>
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetGallery.Backend.Cloud/ServiceDefinition.csdef
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="NuGetGallery.Backend.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2013-03.2.0">
<ServiceDefinition name="NuGetGallery.Backend.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2013-10.2.2">
<WorkerRole name="NuGetGallery.Backend" vmsize="Medium">
<ConfigurationSettings>
<Setting name="Operations.EnvironmentName" />
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetGallery.Cloud/ServiceConfiguration.Local.cscfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceConfiguration serviceName="NuGetGallery.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="3" osVersion="*" schemaVersion="2013-03.2.0">
<ServiceConfiguration serviceName="NuGetGallery.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceConfiguration" osFamily="3" osVersion="*" schemaVersion="2013-10.2.2">
<Role name="NuGetGallery">
<Instances count="1" />
<ConfigurationSettings>
Expand Down
2 changes: 1 addition & 1 deletion src/NuGetGallery.Cloud/ServiceDefinition.csdef
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<ServiceDefinition name="NuGetGallery.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2013-03.2.0">
<ServiceDefinition name="NuGetGallery.Cloud" xmlns="http://schemas.microsoft.com/ServiceHosting/2008/10/ServiceDefinition" schemaVersion="2013-10.2.2">
<LoadBalancerProbes>
<LoadBalancerProbe name="HTTP" path="/" protocol="http" port="80" />
</LoadBalancerProbes>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ public void UpdateIndex(bool forceRefresh)

public void UpdatePackage(Package package)
{
string id = package.PackageRegistration.Id;
string version = package.Version;
int key = package.Key;

var packageRegistrationKey = package.PackageRegistrationKey;
var updateTerm = new Term("PackageRegistrationKey", packageRegistrationKey.ToString(CultureInfo.InvariantCulture));

Expand Down
14 changes: 0 additions & 14 deletions src/NuGetGallery/NuGetGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -1136,13 +1136,9 @@
<Content Include="Content\fontawesome\font-awesome.min.css" />
<Content Include="Content\font\fontawesome-webfont.svg" />
<Content Include="Content\Images\errorPage.png" />
<Content Include="Content\Images\editProfile.png" />
<Content Include="Content\Images\managePackages.png" />
<Content Include="Content\Logos\outercurve.png" />
<Content Include="Content\Images\uploadPackage.png" />
<Content Include="Content\Images\icons\nuget_32_mono_b.png" />
<Content Include="Content\Images\icons\nuget_32_mono_w.png" />
<Content Include="Content\Images\outercurve.png" />
<Content Include="Content\Images\YourPackage.png" />
<Content Include="Content\Layout.css" />
<Content Include="Content\PageStylings.css" />
Expand All @@ -1153,21 +1149,13 @@
</Content>
<Content Include="Content\Logos\herowithlogo.png" />
<Content Include="Content\Images\inputBackground.png" />
<Content Include="Content\Images\invalidBG.png" />
<Content Include="Content\Images\mine.png" />
<Content Include="Content\Images\navbackground.png" />
<Content Include="Content\Images\newAccountGraphic.png" />
<Content Include="Content\Logos\nugetlogo.png" />
<Content Include="Content\Logos\nugetLogoFooter.png" />
<Content Include="Content\Images\hero.png" />
<Content Include="Content\Images\inputBackground.png" />
<Content Include="Content\Images\nugetlogo.png" />
<Content Include="Content\Images\packageDefaultIcon-50x50.png" />
<Content Include="Content\Images\packageDefaultIcon.png" />
<Content Include="Content\Images\packageOwnerActionIcons.png" />
<Content Include="Content\Images\required.png" />
<Content Include="Content\Images\searchButton.png" />
<Content Include="Content\Images\sendMessageGraphic.png" />
<Content Include="Content\SyntaxHighlighter\shCore.css" />
<Content Include="Content\SyntaxHighlighter\shCoreDefault.css" />
<Content Include="Content\SyntaxHighlighter\shCoreDjango.css" />
Expand Down Expand Up @@ -1329,7 +1317,6 @@
<Compile Include="Infrastructure\Lucene\LuceneSearchService.cs" />
<Content Include="Views\CuratedPackages\CreateCuratedPackageForm.cshtml" />
<Content Include="Views\Users\ConfirmationRequired.cshtml" />
<Content Include="Views\Users\ChangeEmail.cshtml" />
<Content Include="Views\Pages\Contact.cshtml" />
<Content Include="T4MVC.tt.settings.t4" />
<Content Include="Views\Authentication\_SignIn.cshtml" />
Expand Down Expand Up @@ -1390,7 +1377,6 @@
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Content Include="Errors\ReadOnlyMode.cshtml" />
<Content Include="Views\Errors\ReadOnlyMode.cshtml" />
<Content Include="Areas\Admin\DynamicData\Site.master" />
<Content Include="Areas\Admin\DynamicData\web.config">
Expand Down

0 comments on commit dfc8077

Please sign in to comment.