Skip to content

Commit

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

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

cache:
Expand Down Expand Up @@ -65,7 +65,7 @@

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

cache:
Expand Down

0 comments on commit cae4281

Please sign in to comment.