Skip to content

Conversation

Aaronontheweb
Copy link
Member

close #3173

++ "src/**/Akka.Serialization.Hyperion.csproj"
++ "src/**/Akka.Serialization.TestKit.csproj"
++ "src/**/Akka.Remote.Transport.Helios.csproj"
let projects = !! "src/**/*.csproj"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rewrote this to work via convention.


<PropertyGroup>
<!-- WORKAROUND: for some reason starting at Akka.NET 1.3.2 this package was determined as "unpackable" by default via DOTNET CLI -->
<IsPackable>true</IsPackable>
Copy link
Member Author

@Aaronontheweb Aaronontheweb Oct 24, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have no idea why the .NET Core SDK suddenly started skipping these packages. Found out that's what was occurring when I ran dotnet pack -v diag on the individual Akka.TestKit.XUnit projects

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, IsPackable is false by default for test projects, so you have to opt-in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Akka.TestKit.Xunit2 failed to nuget push on 1.3.2
3 participants