Skip to content

Commit

Permalink
fix package version path
Browse files Browse the repository at this point in the history
  • Loading branch information
tocsoft committed May 24, 2018
1 parent 8c928f1 commit a475965
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,15 @@
version: 0.0.{build}
image: Visual Studio 2017

install:
- choco install gitversion.portable -pre -y


before_build:
- cmd: dotnet --version
- ps: c:\ProgramData\chocolatey\lib\gitversion.portable\tools\gitversion.exe /l console /output buildserver

build_script:
- cmd: build.cmd
- cmd: tests\CodeCoverage\CodeCoverage.cmd

after_build:
- cmd: appveyor PushArtifact "artifacts\SixLabors.Fonts.%GitVersion_NuGetVersion%.nupkg"
- cmd: appveyor PushArtifact "artifacts\SixLabors.Fonts.%APPVEYOR_BUILD_VERSION%.nupkg"

deploy:
- provider: NuGet
Expand Down

0 comments on commit a475965

Please sign in to comment.