File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,10 @@ function NuGets() {
4242 cp $baseDir \src\FirebirdSql.Data.FirebirdClient\bin\$Configuration \FirebirdSql.Data.FirebirdClient.$version.nupkg $outDir
4343 cp $baseDir \src\EntityFramework.Firebird\bin\$Configuration \EntityFramework.Firebird.$version.nupkg $outDir
4444 cp $baseDir \src\FirebirdSql.EntityFrameworkCore.Firebird\bin\$Configuration \FirebirdSql.EntityFrameworkCore.Firebird.$version.nupkg $outDir
45+
46+ cp $baseDir \src\FirebirdSql.Data.FirebirdClient\bin\$Configuration \FirebirdSql.Data.FirebirdClient.$version.snupkg $outDir
47+ cp $baseDir \src\EntityFramework.Firebird\bin\$Configuration \EntityFramework.Firebird.$version.snupkg $outDir
48+ cp $baseDir \src\FirebirdSql.EntityFrameworkCore.Firebird\bin\$Configuration \FirebirdSql.EntityFrameworkCore.Firebird.$version.snupkg $outDir
4549}
4650
4751function WiX () {
Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <LangVersion >latest</LangVersion >
44 <NoWarn >IDE0017,IDE0028,IDE0044</NoWarn >
5+ <DebugType >portable</DebugType >
56 </PropertyGroup >
67 <PropertyGroup >
78 <VersionPrefix >6.6.0</VersionPrefix >
1516 <RepositoryType >git</RepositoryType >
1617 <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
1718 <MinClientVersion >3.6</MinClientVersion >
18- <IncludeBuildOutput >true</IncludeBuildOutput >
19- <IncludeSymbols >false</ IncludeSymbols >
19+ <IncludeSymbols >true</IncludeSymbols >
20+ <SymbolPackageFormat >snupkg</ SymbolPackageFormat >
2021 <PackageLicenseFile >license.txt</PackageLicenseFile >
2122 </PropertyGroup >
2223
2324 <!-- SourceLink -->
2425 <PropertyGroup Condition =" '$(SkipSourceLink)' != 'true'" >
2526 <PublishRepositoryUrl >true</PublishRepositoryUrl >
2627 <EmbedUntrackedSources >true</EmbedUntrackedSources >
27- <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
2828 </PropertyGroup >
2929 <ItemGroup Condition =" '$(SkipSourceLink)' != 'true'" >
3030 <PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0-beta2-19367-01" PrivateAssets =" All" />
You can’t perform that action at this time.
0 commit comments