Appveyor is case sensitive now

This commit is contained in:
bao-qian 2015-11-04 01:21:51 +00:00
parent dc8df9c62f
commit d372d786ef

View File

@ -17,9 +17,9 @@ build:
project: Wox.sln project: Wox.sln
publish_nuget: true publish_nuget: true
after_build: after_build:
- cmd: .\deploy\UpdateGenerator\build.bat - cmd: .\Deploy\UpdateGenerator\build.bat
after_test: after_test:
- ps: .\deploy\nuget\pack.ps1 - ps: .\Deploy\Nuget\pack.ps1
artifacts: artifacts:
- path: Output\Release - path: Output\Release
name: release-binary name: release-binary