Skip to content

Commit

Permalink
Removed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Oct 10, 2017
1 parent 116eeb2 commit 3d11af6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@ image: Visual Studio 2017
configuration: Release
platform: Any CPU

install:
- ps: $env:build_version = (Get-Content -Raw -Path package.json | ConvertFrom-Json).version
- ps: Update-AppveyorBuild -Version "$env:build_version.$env:APPVEYOR_BUILD_NUMBER"

before_build:
- cmd: dotnet restore
- choco install opencover.portable
Expand Down

0 comments on commit 3d11af6

Please sign in to comment.