File tree 3 files changed +4
-13
lines changed
3 files changed +4
-13
lines changed Original file line number Diff line number Diff line change 26
26
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
27
27
<PackageLicenseExpression >LGPL-2.1-only</PackageLicenseExpression >
28
28
<PackageReleaseNotes >https://github.com/nhibernate/nhibernate-core/blob/$(VersionPrefix)/releasenotes.txt</PackageReleaseNotes >
29
- <RepositoryUrl >https://github.com/nhibernate/nhibernate-core.git</RepositoryUrl >
30
- <RepositoryType >git</RepositoryType >
29
+ <PublishRepositoryUrl >true</PublishRepositoryUrl >
30
+ <IncludeSymbols >true</IncludeSymbols >
31
+ <SymbolPackageFormat >snupkg</SymbolPackageFormat >
31
32
32
33
<TreatWarningsAsErrors >True</TreatWarningsAsErrors >
33
34
<TreatSpecificWarningsAsErrors />
Original file line number Diff line number Diff line change 319
319
<in >
320
320
<items >
321
321
<include name =" ${nuget.nupackages.dir}/*.nupkg" />
322
- <exclude name =" ${nuget.nupackages.dir}/*.symbols.nupkg" />
323
322
</items >
324
323
</in >
325
324
<do >
326
325
<echo message =" nuget push -source https://nuget.org/ ${path::get-file-name(filename)} ${environment::newline()}" file =" ${nuget.nupackages.pushbatfile}" append =" true" />
327
326
</do >
328
327
</foreach >
329
- <foreach item =" File" property =" filename" >
330
- <in >
331
- <items >
332
- <include name =" ${nuget.nupackages.dir}/*.symbols.nupkg" />
333
- </items >
334
- </in >
335
- <do >
336
- <echo message =" nuget push -source https://nuget.smbsrc.net/ ${path::get-file-name(filename)} ${environment::newline()}" file =" ${nuget.nupackages.pushbatfile}" append =" true" />
337
- </do >
338
- </foreach >
339
328
</target >
340
329
341
330
<target name =" nugetpush" depends =" init binaries common.download-nuget nuget.set-properties"
Original file line number Diff line number Diff line change 41
41
</PackageReference >
42
42
<PackageReference Include =" Antlr3.Runtime" Version =" [3.5.1, 4.0)" />
43
43
<PackageReference Include =" Iesi.Collections" Version =" [4.0.4, 5.0)" />
44
+ <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-18618-05" PrivateAssets =" All" />
44
45
<PackageReference Include =" Remotion.Linq" Version =" [2.2.0, 3.0)" />
45
46
<PackageReference Include =" Remotion.Linq.EagerFetching" Version =" [2.2.0, 3.0)" />
46
47
</ItemGroup >
You can’t perform that action at this time.
0 commit comments