no deploy from yml

This commit is contained in:
Greg Lutz
2015-07-02 13:21:45 -04:00
parent 91a69cbfe2
commit e09b9e5d6b

View File

@@ -36,15 +36,15 @@ artifacts:
name: Exes
- path: TimberWix\bin\*\*.msi
name: MSI
deploy:
- provider: NuGet
server: https://chocolatey.org/
skip_symbols: true
artifact: NuGet
on:
branch: /release/.*/
- provider: GitHub
release: $(VERSION_FROM_BRANCH)
artifact: Dlls, Exes, MSI
on:
branch: /release/.*/
#deploy:
#- provider: NuGet
# server: https://chocolatey.org/
# skip_symbols: true
# artifact: NuGet
# on:
# branch: /release/.*/
#- provider: GitHub
# release: $(VERSION_FROM_BRANCH)
# artifact: Dlls, Exes, MSI
# on:
# branch: /release/.*/