Set up CI with Travis for .NET Core
问题 I'm trying to set up a CI for my .NET Core 3.1 class library. I created an account at https://travis-ci.org/github and selected my repository containing the code for my class library for a CI build. Travis is successfully watching my master branch for commits, but I cannot get the CI build to succeed. My repository: https://github.com/MintPlayer/MintPlayer.AspNetCore.SitemapXml Target framework: .NET Core 3.1 My latest .travis.yml file: language: csharp mono: none dotnet: 3.1.302 script: -