Skip to content

Commit

Permalink
use %CONFIGURATION% instead of $(configuration)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneplus committed May 5, 2016
1 parent f0718c2 commit 12680bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ before_build:

after_build:
- cd c:\projects\ltp
- 7z a ltp-win-$(platform)-$(configuration).zip bin\examples\$(configuration)\*_cmdline bin\$(configuration)\ltp_test lib\$(configuration)\*.dll
- 7z a ltp-win-%PLATFORM%-%CONFIGURATION%.zip bin\examples\%CONFIGURATION%\*_cmdline bin\%CONFIGURATION%\ltp_test lib\%CONFIGURATION%\*.dll

artifacts:
- path: ltp-win-$(platform)-$(configuration).zip
Expand Down

0 comments on commit 12680bc

Please sign in to comment.