jonsequitur / Its.Log

Get information out of your code at runtime to send it to log files, perf counters, consoles, services, sensors. Maximum flexibility and maintainability, minimum code.
Other
13 stars 10 forks source link

Its.Log project was not packed to a nupkg file correctly #51

Closed weng271190436 closed 5 years ago

weng271190436 commented 5 years ago

I introduced this bug when I did the last pull request that added a line in appveyor.yml saying:

This line puts all files (including *.cs files) in Its.Log\Its.Log folder to the Its.Log.nupkg, which is wrong. As a result, the nuget package is unusable. Now I change this line to :

Also, dotnet pack command doesn't work well with nuspec file so I move the content of the nuspec file to Its.Log.csproj.