mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 08:23:05 -05:00
build: dotnet: generate NuGet package on build
This commit is contained in:
parent
7333451eac
commit
e1faf1351e
@ -9,6 +9,7 @@
|
|||||||
<RootNamespace>Fsp</RootNamespace>
|
<RootNamespace>Fsp</RootNamespace>
|
||||||
<AssemblyName>$(MyProductFileName)-msil</AssemblyName>
|
<AssemblyName>$(MyProductFileName)-msil</AssemblyName>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
@ -71,6 +72,10 @@
|
|||||||
<Copyright>$(MyCopyright)</Copyright>
|
<Copyright>$(MyCopyright)</Copyright>
|
||||||
<AssemblyVersion>$(MyAssemblyVersion)</AssemblyVersion>
|
<AssemblyVersion>$(MyAssemblyVersion)</AssemblyVersion>
|
||||||
<FileVersion>$(MyVersion)</FileVersion>
|
<FileVersion>$(MyVersion)</FileVersion>
|
||||||
|
|
||||||
|
<!-- NuGet metadata -->
|
||||||
|
<PackageId>$(MyProductFileName)-msil</PackageId>
|
||||||
|
<Version>$(MyVersion)</Version>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user