My thoughts on tech.
14 September 2016
Today was a debut using GitHub Gist. In one of my GitHub projects, I need a close integration between the Continuous Integration tool (in this case AppVeyor) and my .NET Core project, specifically in how to update the version of the DLL based on the version in AppVeyor?
To sort out this, I use my Powershell ninja skills to write the script:
https://gist.github.com/joaoasrosa/8b3a9681c6153f9abed94af7089b222a
And integrate it with the appveyor.yml before_build event! Simple and do the job!