Visual studio 2019 image do not get build netcoreapp 3.1
Despite using the Visual Studio 2019 image, it does not use the right dotnet version.
https://ci.appveyor.com/project/mvsouza/mvs-template-csharp/builds/35520986
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 02 Oct, 2020 05:21 PM
Hi Matheus,
It doesn't look like
appveyor.yml
is used.Please make sure GitHub is authorized in AppVeyor (on "New project" page). Try starting a new build with "New build" button to see if it starts without an error.
2 Posted by Matheus Souza on 02 Oct, 2020 05:48 PM
The error message is quite miss leading, is there any way to see the file that was used on the build?
I appreciate your reply.
Thanks!
Support Staff 3 Posted by Feodor Fitsner on 02 Oct, 2020 05:52 PM
Are you able to start a new build with "New build" button without an error?
4 Posted by Matheus Souza on 02 Oct, 2020 05:54 PM
Yes, thanks. It really was my authentication all along.