invio / Invio.Immutable

C# Library used to ease immutable class creation and data management
MIT License
2 stars 0 forks source link

Fix Automated Deployments #19

Closed carusology closed 7 years ago

carusology commented 7 years ago

Fixes #16

The *.nupkg files were getting spit out to a different directory from dotnet pack as a result of the swap to v1.0.1. This updates the build scripts so we once again spit out NuGet artifacts to the old build directory of ./artifacts instead of ./src/Invio.Immutable/artifacts.

Additionally, I reinserted a global.json file that defines which dotnet SDK we're using for this project (which is v1.0.1 - for now).

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.974% when pulling 844eba1621b967ff4eeac3acbb2a44b9074d960f on fix-deployments into 2a871185c3858736afb4473788aa3903ee8e1ddc on master.