Skip to content

Commit

Permalink
fixing parsing error
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn committed Oct 25, 2015
1 parent 4a7d3d0 commit e261bf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ assembly_info:
assembly_informational_version: '{version}'
install:
- ps: (new-object Net.WebClient).DownloadString("https://raw.github.com/madskristensen/ExtensionScripts/master/AppVeyor/vsix.ps1") | iex
before_build:
before_build:
- ps: >-
nuget restore GoogleTestExtension\GoogleTestExtension.sln
nuget restore GoogleTestExtension\GoogleTestExtension.sln
Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion
Vsix-IncrementVsixVersion | Vsix-UpdateBuildVersion
build:
project: GoogleTestExtension\GoogleTestExtension.sln
verbosity: normal
Expand Down

0 comments on commit e261bf2

Please sign in to comment.