How to tell, that my VS solution will be creates by script?
So I have project and my VS solution generating via `pmake.bat`. I write valid appveyor.yml:
https://github.com/q4a/ps4delta/blob/24bd71d955e9254407625b72a6c74169120ba6a2/appveyor.yml
But getting error:
https://ci.appveyor.com/project/q4a/ps4delta/builds/30477773
I re-authorize (revoke and authorize again) GitHub at https://ci.appveyor.com/account, but it does not help.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 31 Jan, 2020 09:40 PM
Try the following YAML:
2 Posted by q4arus on 12 Feb, 2020 03:00 AM
Thx. I fixed it myself in same day and forget about this.