Skip to content

Commit

Permalink
(maint) formatting, removing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Jan 4, 2018
1 parent 4c0f351 commit 5aea011
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .build.custom/nugetPrepare.post.step
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
<property name="build.step.name" value="${project::get-name()}" />
<property name="build.step.path" value="${project::get-buildfile-path()}" />
<!-- build step customizations below this -->

<target name="go" depends="prep_nuget, remove_docs" />

<target name="prep_nuget">
<echo level="Warning" message="Deleting ${dirs.drop.nuget}\lib" />
<delete dir="${dirs.drop.nuget}\lib" />

<property name="dir.drop.choco_server" value="${dirs.drop}${path.separator}_PublishedWebSites${path.separator}${project.name}" />
<property name="dirs.drop.nuget.choco_server" value="${dirs.drop.nuget}${path.separator}tools${path.separator}chocolatey.server" />
<echo level="Warning" message="Packaging website to ${dirs.drop.nuget}${path.separator}tools\chocolatey.server." />

<copy todir="${dirs.drop.nuget.choco_server}">
<fileset basedir="${dir.drop.choco_server}">
<exclude name="**${path.separator}*.template" />
Expand All @@ -31,9 +31,9 @@
</fileset>
</copy>
</target>

<target name="remove_docs">
<echo level="Warning" message="Removing unnecesary documents from '${dirs.drop.nuget}\docs'" />
<delete dir="${dirs.drop.nuget}\docs" />
</target>
</project>
</project>
8 changes: 4 additions & 4 deletions nuget/chocolatey.server.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<tags>nuget odata iis repository chocolatey simple-server simple.server</tags>
<summary>Chocolatey Server is a simple OData feed built on top of NuGet.Server.</summary>
<description>Chocolatey Server is a simple OData feed built on top of NuGet.Server.

Chocolatey Server builds on NuGet.Server with a few minor adjustments:

* This is a packaged site, ready to deploy.
Expand All @@ -31,7 +31,7 @@ Chocolatey Server builds on NuGet.Server with a few minor adjustments:
* There is a link to the Elmah logs
* The api key is given on the page.
* The location of packages defaults to a more secure location.

### Links

* Setup - https://chocolatey.org/docs/how-to-set-up-chocolatey-server
Expand All @@ -52,7 +52,7 @@ Chocolatey Server builds on NuGet.Server with a few minor adjustments:
* Allow specifying Basic Authentication credentials directly from the web.config file.

### IMPROVEMENTS
* Increase timeout for pushing packages from the default of 110 seconds to 1200
* Increase timeout for pushing packages from the default of 110 seconds to 1200
seconds (20 minutes).


Expand Down Expand Up @@ -81,4 +81,4 @@ seconds (20 minutes).
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>
1 change: 0 additions & 1 deletion src/SimpleChocolateyServer/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<requestLimits maxAllowedContentLength="2147482548" />
</requestFiltering>
</security>
<!--<validation validateIntegratedModeConfiguration="false" />-->
<validation validateIntegratedModeConfiguration="false" />
</system.webServer>
<elmah>
Expand Down

0 comments on commit 5aea011

Please sign in to comment.