Skip to content

Commit

Permalink
chore(ci): Prepare projects for publication
Browse files Browse the repository at this point in the history
- Change repository URL for publishing to GPR;
- Add debug symbols to packages.
  • Loading branch information
rvost committed Nov 20, 2023
1 parent b1739fa commit abe8ee9
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 35 deletions.
11 changes: 6 additions & 5 deletions BIS.ALB/BIS.ALB.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>BIS.Formats.ALB</PackageId>
<Authors>Braini01</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/Braini01/bis-file-formats</RepositoryUrl>
<RepositoryUrl>https://github.com/rvost/bis-file-formats</RepositoryUrl>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EmbedAllSources>true</EmbedAllSources>
<DebugType>Embedded</DebugType>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
Expand Down
11 changes: 6 additions & 5 deletions BIS.Core/BIS.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>BIS.Formats.Core</PackageId>
<Authors>Braini01, GrueArbre</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/Braini01/bis-file-formats</RepositoryUrl>
<RepositoryUrl>https://github.com/rvost/bis-file-formats</RepositoryUrl>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EmbedAllSources>true</EmbedAllSources>
<DebugType>Embedded</DebugType>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
Expand Down
11 changes: 6 additions & 5 deletions BIS.P3D/BIS.P3D.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>BIS.Formats.P3D</PackageId>
<Authors>Braini01</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/Braini01/bis-file-formats</RepositoryUrl>
<RepositoryUrl>https://github.com/rvost/bis-file-formats</RepositoryUrl>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EmbedAllSources>true</EmbedAllSources>
<DebugType>Embedded</DebugType>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
Expand Down
11 changes: 6 additions & 5 deletions BIS.PAA/BIS.PAA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>BIS.Formats.PAA</PackageId>
<Authors>Braini01</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/Braini01/bis-file-formats</RepositoryUrl>
<RepositoryUrl>https://github.com/rvost/bis-file-formats</RepositoryUrl>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EmbedAllSources>true</EmbedAllSources>
<DebugType>Embedded</DebugType>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
Expand Down
11 changes: 6 additions & 5 deletions BIS.PBO/BIS.PBO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>BIS.Formats.PBO</PackageId>
<Authors>Braini01, GrueArbre</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/Braini01/bis-file-formats</RepositoryUrl>
<RepositoryUrl>https://github.com/rvost/bis-file-formats</RepositoryUrl>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EmbedAllSources>true</EmbedAllSources>
<DebugType>Embedded</DebugType>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
Expand Down
11 changes: 6 additions & 5 deletions BIS.RTM/BIS.RTM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>BIS.Formats.RTM</PackageId>
<Authors>Braini01, GrueArbre</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/Braini01/bis-file-formats</RepositoryUrl>
<RepositoryUrl>https://github.com/rvost/bis-file-formats</RepositoryUrl>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EmbedAllSources>true</EmbedAllSources>
<DebugType>Embedded</DebugType>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
Expand Down
8 changes: 8 additions & 0 deletions BIS.Signatures/BIS.Signatures.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>11.0</LangVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>BIS.Formats.Core</PackageId>
<Authors>rvost</Authors>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryUrl>https://github.com/rvost/bis-file-formats</RepositoryUrl>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EmbedAllSources>true</EmbedAllSources>
<DebugType>Embedded</DebugType>
</PropertyGroup>

<ItemGroup>
Expand Down
11 changes: 6 additions & 5 deletions BIS.WRP/BIS.WRP.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageId>BIS.Formats.Core</PackageId>
<Authors>Braini01, GrueArbre</Authors>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/Braini01/bis-file-formats</RepositoryUrl>
<RepositoryUrl>https://github.com/rvost/bis-file-formats</RepositoryUrl>
<GenerateDocumentationFile>True</GenerateDocumentationFile>
<EmbedAllSources>true</EmbedAllSources>
<DebugType>Embedded</DebugType>
</PropertyGroup>

<ItemGroup>
<None Include="..\LICENSE">
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\LICENSE" Pack="true" PackagePath=""/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit abe8ee9

Please sign in to comment.