Skip to content

Commit

Permalink
Merge pull request #22 from TravisEz13/FixBuildToolsVersion
Browse files Browse the repository at this point in the history
Close issue #20
  • Loading branch information
TravisEz13 committed Apr 27, 2015
2 parents 7ae9bed + 5ebd820 commit e3e613f
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 e3e613f

Please sign in to comment.