forked from vcsjones/AzureSignTool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Directory.Build.props
18 lines (17 loc) · 905 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Features>strict</Features>
<Authors>Kevin Jones</Authors>
<PackageTags>azuresigntool;azure;keyvault;codesign</PackageTags>
<PackageProjectUrl>https://github.com/vcsjones/AzureSignTool</PackageProjectUrl>
<RepositoryUrl>https://github.com/vcsjones/AzureSignTool</RepositoryUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
</Project>