Skip to content

Commit

Permalink
Fix issue #20
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisEz13 committed Apr 27, 2015
1 parent 0bfde49 commit 5ebd820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 1.0.0.{build}

install:
- ps: |
&nuget.exe install PoshBuildTools -source https://ci.appveyor.com/nuget/PoshBuildTools -outputDirectory "$env:USERPROFILE\Documents\WindowsPowerShell\Modules\" -ExcludeVersion
&nuget.exe install PoshBuildTools -source https://ci.appveyor.com/nuget/PoshBuildTools -outputDirectory "$env:USERPROFILE\Documents\WindowsPowerShell\Modules\" -ExcludeVersion -Version 1.0.0.16
Import-module .\tools\appveyorPhases.psm1
Invoke-AppveyorInstall
Expand Down

0 comments on commit 5ebd820

Please sign in to comment.