|
12 | 12 | <PropertyGroup> |
13 | 13 | <PackageProjectUrl>https://dotnet.github.io/dotnet-operator-sdk/</PackageProjectUrl> |
14 | 14 | <RepositoryUrl>https://github.com/dotnet/dotnet-operator-sdk.git</RepositoryUrl> |
| 15 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
15 | 16 | <RepositoryType>git</RepositoryType> |
16 | 17 | <PackageLicense>Apache-2.0</PackageLicense> |
17 | 18 | <PackageIcon>icon.png</PackageIcon> |
18 | 19 | <PackageReadmeFile>README.md</PackageReadmeFile> |
19 | | - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
| 20 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
| 21 | + <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
20 | 22 | </PropertyGroup> |
21 | 23 |
|
22 | 24 | <PropertyGroup> |
23 | 25 | <TreatWarningsAsErrors Condition="'$(Configuration)' == 'Release'">true</TreatWarningsAsErrors> |
24 | 26 | </PropertyGroup> |
25 | 27 |
|
| 28 | + <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
| 29 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 30 | + </PropertyGroup> |
| 31 | + |
26 | 32 | <ItemGroup> |
27 | 33 | <None Include="README.md" |
28 | | - Pack="true" |
29 | | - PackagePath="\" /> |
| 34 | + Pack="true" |
| 35 | + PackagePath="\"/> |
30 | 36 | <None Include="$(MSBuildThisFileDirectory)\..\LICENSE" |
31 | | - Pack="true" |
32 | | - PackagePath="\" /> |
| 37 | + Pack="true" |
| 38 | + PackagePath="\"/> |
33 | 39 | <None Include="$(MSBuildThisFileDirectory)\..\res\icon.png"> |
34 | 40 | <Pack>true</Pack> |
35 | 41 | <PackagePath>\</PackagePath> |
|
39 | 45 |
|
40 | 46 | <ItemGroup> |
41 | 47 | <PackageReference Include="StyleCop.Analyzers" |
42 | | - Version="1.2.0-beta.556" |
43 | | - PrivateAssets="all" |
44 | | - Condition="$(MSBuildProjectExtension) == '.csproj'" /> |
| 48 | + Version="1.2.0-beta.556" |
| 49 | + PrivateAssets="all" |
| 50 | + Condition="$(MSBuildProjectExtension) == '.csproj'"/> |
45 | 51 | <PackageReference Include="SonarAnalyzer.CSharp" |
46 | | - Version="10.14.0.120626" |
47 | | - PrivateAssets="all" |
48 | | - Condition="$(MSBuildProjectExtension) == '.csproj'" /> |
| 52 | + Version="10.14.0.120626" |
| 53 | + PrivateAssets="all" |
| 54 | + Condition="$(MSBuildProjectExtension) == '.csproj'"/> |
49 | 55 | <PackageReference Include="Roslynator.Analyzers" |
50 | | - Version="4.13.1" |
51 | | - PrivateAssets="All" /> |
| 56 | + Version="4.13.1" |
| 57 | + PrivateAssets="All"/> |
| 58 | + <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All"/> |
52 | 59 | </ItemGroup> |
53 | 60 |
|
54 | 61 | <ItemGroup> |
|
0 commit comments