Pipeline is not running expected steps
Hi,
I've recently merged in a PR for one of my projects and this has kicked off a pipeline. This is the first time I've had a pipeline run for a year or so.
My pipeline is now failing because AppVeyor is trying to run an `msbuild` step immediately after cloning the repo, which it shouldn't be doing.
Example of working CI build from a year ago: https://ci.appveyor.com/project/TAGC/dotnet-setversion/builds/42522508
Example of recent failing CI build: https://ci.appveyor.com/project/TAGC/dotnet-setversion/builds/46306979
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 22 Feb, 2023 03:46 PM
Hi David,
Most probably
appveyor.yml
is no longed picked up from the repository. To fix that you need to re-authorized AppVeyor to access your GitHub account/org on "New project" page.2 Posted by David Fallah on 22 Feb, 2023 05:07 PM
Hi Feodor,
This resolved the problem I was having, thanks!
Regards,
David