mirror of https://github.com/AMT-Cheif/Stylet.git
Actually, seems that the SourceLink advice is *not* to create a snupkg
This commit is contained in:
parent
882d231db2
commit
ca0a840b66
|
@ -10,7 +10,7 @@
|
|||
<projectUrl>http://github.com/canton7/Stylet</projectUrl>
|
||||
<iconUrl>https://raw.githubusercontent.com/canton7/Stylet/master/StyletIcon.png</iconUrl>
|
||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||
<description>A quick startup project for Stylet</description>
|
||||
<description>A quick startup project for Stylet (.NET Framework ONLY!)</description>
|
||||
<copyright>Copyright 2015 Antony Male</copyright>
|
||||
<tags>Stylet WPF MVVM ViewModel Screen Conductor ViewModel-First Model-View-ViewModel UI</tags>
|
||||
|
||||
|
@ -23,5 +23,6 @@
|
|||
|
||||
<files>
|
||||
<file src="start\tools\**" target="tools" />
|
||||
<file src="readme.txt" target=""/>
|
||||
</files>
|
||||
</package>
|
||||
|
|
|
@ -25,10 +25,9 @@
|
|||
<Description>A very lightweight but powerful ViewModel-First MVVM framework for WPF, inspired by Caliburn.Micro. Comes with its own IoC container.</Description>
|
||||
|
||||
<PublishRepositoryUrl>true</PublishRepositoryUrl>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
|
||||
<EmbedUntrackedSources>true</EmbedUntrackedSources>
|
||||
<!-- https://github.com/dotnet/sourcelink/issues/91#issuecomment-397123585 -->
|
||||
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
|
||||
<DeterministicSourcePaths Condition="'$(EnableSourceLink)' == ''">false</DeterministicSourcePaths>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
Loading…
Reference in New Issue