Generate snupkg in CI

This commit is contained in:
Cinder
2022-01-13 11:10:23 -06:00
parent 63df58447d
commit d69aec147a
15 changed files with 18 additions and 4 deletions

View File

@@ -7,6 +7,7 @@
<TargetFrameworks>netcoreapp3.1;net5.0</TargetFrameworks>
<Platforms>x64;x86</Platforms>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\LibreMetaverse\LibreMetaverse.csproj" />