Skip to content

Commit

Permalink
setup project file and add SourceLink.GitHub package
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanBout committed Nov 25, 2024
1 parent 3a4bc9b commit c207a68
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions SimpleCDN/SimpleCDN.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,23 @@
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<PublishAot>true</PublishAot>
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DebugType>none</DebugType>
</PropertyGroup>

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

<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup>

</Project>

0 comments on commit c207a68

Please sign in to comment.