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() {
42
42
cp $baseDir \src\FirebirdSql.Data.FirebirdClient\bin\$Configuration \FirebirdSql.Data.FirebirdClient.$version.nupkg $outDir
43
43
cp $baseDir \src\EntityFramework.Firebird\bin\$Configuration \EntityFramework.Firebird.$version.nupkg $outDir
44
44
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
45
49
}
46
50
47
51
function WiX () {
Original file line number Diff line number Diff line change 2
2
<PropertyGroup >
3
3
<LangVersion >latest</LangVersion >
4
4
<NoWarn >IDE0017,IDE0028,IDE0044</NoWarn >
5
+ <DebugType >portable</DebugType >
5
6
</PropertyGroup >
6
7
<PropertyGroup >
7
8
<VersionPrefix >6.6.0</VersionPrefix >
15
16
<RepositoryType >git</RepositoryType >
16
17
<PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
17
18
<MinClientVersion >3.6</MinClientVersion >
18
- <IncludeBuildOutput >true</IncludeBuildOutput >
19
- <IncludeSymbols >false</ IncludeSymbols >
19
+ <IncludeSymbols >true</IncludeSymbols >
20
+ <SymbolPackageFormat >snupkg</ SymbolPackageFormat >
20
21
<PackageLicenseFile >license.txt</PackageLicenseFile >
21
22
</PropertyGroup >
22
23
23
24
<!-- SourceLink -->
24
25
<PropertyGroup Condition =" '$(SkipSourceLink)' != 'true'" >
25
26
<PublishRepositoryUrl >true</PublishRepositoryUrl >
26
27
<EmbedUntrackedSources >true</EmbedUntrackedSources >
27
- <AllowedOutputExtensionsInPackageBuildOutputFolder >$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder >
28
28
</PropertyGroup >
29
29
<ItemGroup Condition =" '$(SkipSourceLink)' != 'true'" >
30
30
<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