Skip to content

Commit

Permalink
chore: add readme and proj url to nuget pkg (#571)
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Gheysels <[email protected]>
  • Loading branch information
stijnmoreels and fgheysels authored May 3, 2022
1 parent b0fece6 commit bcf9f6f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>Azure;Azure Functions;Databricks;Metric</PackageTags>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/arcus-azure/arcus.templates</PackageProjectUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -40,7 +40,7 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Dockerfile" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<!--#endif-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>Azure;Azure Functions;HTTP;API</PackageTags>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/arcus-azure/arcus.templates</PackageProjectUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -41,7 +41,7 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Dockerfile" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<!--#endif-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>Azure;Azure Functions;Service Bus;Queue</PackageTags>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/arcus-azure/arcus.templates</PackageProjectUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
Expand All @@ -37,6 +37,10 @@
<DefineConstants>$(DefineConstants);</DefineConstants>
<DockerFastModeProjectMountDirectory>/home/site/wwwroot</DockerFastModeProjectMountDirectory>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<!--#endif-->

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>Worker;Azure;Azure;ServiceBus;Queue</PackageTags>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/arcus-azure/arcus.templates</PackageProjectUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<PackageTags>Worker;Azure;ServiceBus;Queue</PackageTags>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
Expand All @@ -42,7 +42,7 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Dockerfile" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<!--#endif-->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>Worker;Azure;Azure;ServiceBus;Topic</PackageTags>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/arcus-azure/arcus.templates</PackageProjectUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<PackageTags>Worker;Azure;ServiceBus;Topic</PackageTags>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
Expand All @@ -42,7 +42,7 @@
</PropertyGroup>

<ItemGroup>
<None Remove="Dockerfile" />
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<!--#endif-->

Expand Down
6 changes: 5 additions & 1 deletion src/Arcus.Templates.WebApi/Arcus.Templates.WebApi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageTags>Azure;WebAPI;App Services;Web App;Web;API</PackageTags>
<Copyright>Copyright (c) Arcus</Copyright>
<PackageLicenseUrl>https://github.com/arcus-azure/arcus.templates/blob/master/LICENSE</PackageLicenseUrl>
<PackageProjectUrl>https://github.com/arcus-azure/arcus.templates</PackageProjectUrl>
<PackageProjectUrl>https://templates.arcus-azure.net/</PackageProjectUrl>
<PackageTags>Azure;WebAPI;App Services;Web App;Web;API</PackageTags>
<RepositoryUrl>https://github.com/arcus-azure/arcus.templates</RepositoryUrl>
<PackageIconUrl>https://raw.githubusercontent.com/arcus-azure/arcus/master/media/arcus.png</PackageIconUrl>
Expand All @@ -43,6 +43,10 @@
<ExcludeCorrelation>false</ExcludeCorrelation>
<ExcludeOpenApi>false</ExcludeOpenApi>
</PropertyGroup>

<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<!--#endif-->

<ItemGroup Condition="'$(AppSettings)' == 'true'">
Expand Down

0 comments on commit bcf9f6f

Please sign in to comment.