Skip to content

Commit

Permalink
Remove Choco install
Browse files Browse the repository at this point in the history
  • Loading branch information
SharpeRAD committed Oct 20, 2016
1 parent 7b64c14 commit 7874716
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 0 additions & 3 deletions install.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#Download and install Chocolatey
iex ((new-object net.webclient).DownloadString("https://chocolatey.org/install.ps1"))

## Install WebPI
cInst webpicommandline -y

Expand Down
1 change: 0 additions & 1 deletion src/IIS.Tests/Tests/ApplicationPoolTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#region Using Statements
using Cake.IIS.Tests;
using Microsoft.Web.Administration;
using Xunit;
#endregion
Expand Down
7 changes: 6 additions & 1 deletion src/IIS.Tests/Tests/BindingTests.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
using Xunit;
#region Using Statements
using Microsoft.Web.Administration;
using Xunit;
#endregion



namespace Cake.IIS.Tests
{
Expand Down
1 change: 0 additions & 1 deletion src/IIS.Tests/Tests/WebFarmTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#region Using Statements
using Cake.IIS.Tests;
using Microsoft.Web.Administration;
using Xunit;
#endregion
Expand Down
1 change: 1 addition & 0 deletions src/IIS.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{44AEA5A8
..\.gitignore = ..\.gitignore
..\appveyor.yml = ..\appveyor.yml
..\build.cake = ..\build.cake
..\install.ps1 = ..\install.ps1
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docs", "Docs", "{2C6F771C-2518-460F-A49D-BB40891AFB29}"
Expand Down

0 comments on commit 7874716

Please sign in to comment.