rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Restore dotnet image in Travis CI script + dotnet cmd integration tests #77

Closed brandongregoryscott closed 4 years ago

brandongregoryscott commented 4 years ago

There was a period of time on 6/24/20 where the dotnet image for TravisCI was down, and the and-cli project was failing to build (due to new dependency on that image for integration testing our and-cli dotnet command).

Looks like it has since been restored (link), so we should revert the changes to skip those integration tests and the changes in .travis.yml

Not super high priority, but it would help me sleep better at night 😂