Browse Source

build version in artefact path

pull/408/head
Scott Williams 8 years ago
parent
commit
7b66eef361
  1. 4
      appveyor.yml

4
appveyor.yml

@ -15,8 +15,8 @@ test_script:
- tests\CodeCoverage\CodeCoverage.cmd
after_test:
- cmd: appveyor PushArtifact "artifacts\SixLabors.ImageSharp.%GitVersion_NuGetVersion%.nupkg"
- cmd: appveyor PushArtifact "artifacts\SixLabors.ImageSharp.Drawing.%GitVersion_NuGetVersion%.nupkg"
- cmd: appveyor PushArtifact "artifacts\SixLabors.ImageSharp.%APPVEYOR_BUILD_VERSION%.nupkg"
- cmd: appveyor PushArtifact "artifacts\SixLabors.ImageSharp.Drawing.%APPVEYOR_BUILD_VERSION%.nupkg"
deploy:
# MyGet Deployment for builds & releases

Loading…
Cancel
Save