Skip to content

Commit

Permalink
appveyor again...
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Sep 27, 2017
1 parent cd3716b commit 84ac6c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@

after_build:
- ps: cd src
- ps: .paket\paket pack --version $(GitVersion_LegacySemVerPadded) bin
- ps: .paket\paket pack --version %GitVersion_LegacySemVerPadded% bin
- ps: cd..

cache:
- src\packages -> **\packages.config
- '%USERPROFILE%\.nuget\packages -> **\project.json'
# - '%USERPROFILE%\.nuget\packages -> **\project.json'

artifacts:
- path: \src\bin\MahApps.Metro.*.nupkg
Expand Down Expand Up @@ -65,12 +65,12 @@

after_build:
- ps: cd src
- ps: .paket\paket pack --version $(GitVersion_LegacySemVerPadded) bin
- ps: .paket\paket pack --version %GitVersion_LegacySemVerPadded% bin
- ps: cd..

cache:
- src\packages -> **\packages.config
- '%USERPROFILE%\.nuget\packages -> **\project.json'
# - '%USERPROFILE%\.nuget\packages -> **\project.json'

artifacts:
- path: \src\bin\MahApps.Metro.*.nupkg
Expand Down

0 comments on commit 84ac6c2

Please sign in to comment.