trbenning / serilog-sinks-xunit

The xunit test output sink for Serilog
MIT License
80 stars 7 forks source link

Build #2.0.2 did not create a NuGet package. #20

Closed trbenning closed 4 years ago

trbenning commented 4 years ago

https://dev.azure.com/benning/Serilog.Sinks.XUnit/_build/results?buildId=47&view=results

trbenning commented 4 years ago

@gitfool Here's the issue for the failed NuGet package, FYI

gitfool commented 4 years ago

@trbenning found the issue. I submit another PR.

trbenning commented 4 years ago

Lol, I just found it as well. The IsPackable attribute in the csproj?

gitfool commented 4 years ago

Yep. I'd also add that (with false) and IsTestable (true) to the test project.

gitfool commented 4 years ago

Are you going to fix or do you want me to?

trbenning commented 4 years ago

Looks like that fixed it. Thanks again!