mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
Appveyor is case sensitive now
This commit is contained in:
parent
dc8df9c62f
commit
d372d786ef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user