mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
Appveyor is case sensitive now
This commit is contained in:
parent
dc8df9c62f
commit
d372d786ef
@ -17,9 +17,9 @@ build:
|
||||
project: Wox.sln
|
||||
publish_nuget: true
|
||||
after_build:
|
||||
- cmd: .\deploy\UpdateGenerator\build.bat
|
||||
- cmd: .\Deploy\UpdateGenerator\build.bat
|
||||
after_test:
|
||||
- ps: .\deploy\nuget\pack.ps1
|
||||
- ps: .\Deploy\Nuget\pack.ps1
|
||||
artifacts:
|
||||
- path: Output\Release
|
||||
name: release-binary
|
||||
@ -33,4 +33,4 @@ deploy:
|
||||
secure: AMF+zWfGP+02wq2u33PfSyCI2AbD+eek1ljd9q6zs0qEPMP+YwVF5mF9X1+XJD4wPItJB+S8h1AANUowXgfpd29aaYNmS73HWgaL6fqnN2U=
|
||||
artifact: nugetpackage
|
||||
on:
|
||||
branch: master
|
||||
branch: master
|
||||
|
Loading…
Reference in New Issue
Block a user