▲ | bob1029 6 days ago | |||||||||||||
I've been able to effectively skip the entire CI/CD conversation by preferring modern .NET and SQLite. I recently spent a day trying to get a GH Actions build going but got frustrated and just wrote my own console app to do it. Polling git, tracking a commit hash and running dotnet build is not rocket science. Putting this agent on the actual deployment target skips about 3 boss fights. | ||||||||||||||
▲ | arunix 5 days ago | parent [-] | |||||||||||||
Is there something about .NET that makes this easier? | ||||||||||||||
|