|
1 |
| -<?xml version="1.0" encoding="utf-8"?> |
2 |
| -<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
| - <PropertyGroup> |
4 |
| - <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)\kubernetes-client.ruleset</CodeAnalysisRuleSet> |
5 |
| - <EnableNETAnalyzers>true</EnableNETAnalyzers> |
6 |
| - <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
7 |
| - </PropertyGroup> |
8 |
| - |
9 |
| - <PropertyGroup> |
10 |
| - <Authors>The Kubernetes Project Authors</Authors> |
11 |
| - <Copyright>2017 The Kubernetes Project Authors</Copyright> |
12 |
| - <Description>Client library for the Kubernetes open source container orchestrator.</Description> |
13 |
| - |
14 |
| - <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
15 |
| - <PackageProjectUrl>https://github.com/kubernetes-client/csharp</PackageProjectUrl> |
16 |
| - <PackageIconUrl>https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png</PackageIconUrl> |
17 |
| - <PackageIcon>logo.png</PackageIcon> |
18 |
| - <PackageTags>kubernetes;docker;containers;</PackageTags> |
19 |
| - <GenerateDocumentationFile>true</GenerateDocumentationFile> |
20 |
| - |
21 |
| - <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> |
22 |
| - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
23 |
| - |
24 |
| - <!-- Build symbol package (.snupkg) to distribute the PDB containing Source Link --> |
25 |
| - <IncludeSymbols>true</IncludeSymbols> |
26 |
| - <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
27 |
| - <EmbedUntrackedSources>true</EmbedUntrackedSources> |
28 |
| - <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
29 |
| - <LangVersion>10.0</LangVersion> |
30 |
| - </PropertyGroup> |
31 |
| - |
32 |
| - <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
33 |
| - <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
34 |
| - </PropertyGroup> |
35 |
| - |
36 |
| - <ItemGroup> |
37 |
| - <None Include="../../logo.png" Pack="true" Visible="false" PackagePath="" /> |
38 |
| - </ItemGroup> |
39 |
| -</Project> |
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <PropertyGroup> |
| 4 | + <CodeAnalysisRuleSet>$(MSBuildThisFileDirectory)\kubernetes-client.ruleset</CodeAnalysisRuleSet> |
| 5 | + <EnableNETAnalyzers>true</EnableNETAnalyzers> |
| 6 | + <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
| 7 | + </PropertyGroup> |
| 8 | + |
| 9 | + <PropertyGroup> |
| 10 | + <Authors>The Kubernetes Project Authors</Authors> |
| 11 | + <Copyright>2017 The Kubernetes Project Authors</Copyright> |
| 12 | + <Description>Client library for the Kubernetes open source container orchestrator.</Description> |
| 13 | + |
| 14 | + <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression> |
| 15 | + <PackageProjectUrl>https://github.com/kubernetes-client/csharp</PackageProjectUrl> |
| 16 | + <PackageIconUrl>https://raw.githubusercontent.com/kubernetes/kubernetes/master/logo/logo.png</PackageIconUrl> |
| 17 | + <PackageIcon>logo.png</PackageIcon> |
| 18 | + <PackageTags>kubernetes;docker;containers;</PackageTags> |
| 19 | + <GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 20 | + |
| 21 | + <!-- Publish the repository URL in the built .nupkg (in the NuSpec <Repository> element) --> |
| 22 | + <PublishRepositoryUrl>true</PublishRepositoryUrl> |
| 23 | + |
| 24 | + <!-- Build symbol package (.snupkg) to distribute the PDB containing Source Link --> |
| 25 | + <IncludeSymbols>true</IncludeSymbols> |
| 26 | + <SymbolPackageFormat>snupkg</SymbolPackageFormat> |
| 27 | + <EmbedUntrackedSources>true</EmbedUntrackedSources> |
| 28 | + <AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder> |
| 29 | + <LangVersion>10.0</LangVersion> |
| 30 | + </PropertyGroup> |
| 31 | + |
| 32 | + <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
| 33 | + <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
| 34 | + </PropertyGroup> |
| 35 | + |
| 36 | + <ItemGroup> |
| 37 | + <None Include="../../logo.png" Pack="true" Visible="false" PackagePath="" /> |
| 38 | + </ItemGroup> |
| 39 | +</Project> |
0 commit comments