appveyor.yml ignored
I'm trying to set up a build project using appveyor.yml in my git repo and AppVeyor doesn't seem to use it.
I've seen posts here in this forum back from 2015 saying that appveyor.yml is not used with "generic" git access. Haven't this been fixed yet?
Comments are currently closed for this discussion. You can start a new one.
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 25 Mar, 2021 04:14 PM
The point is it cannot be fixed as git doesn't allow fetching a single file from the repo without cloning entire repo.
However, you can provide a URL to a gist with appveyor.yml on General tab of project settings which would work for your scenario.
Feodor Fitsner closed this discussion on 25 May, 2021 09:04 PM.