We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7cb2e5 commit 4c49b1aCopy full SHA for 4c49b1a
Asn1Parser/Asn1Parser.csproj
@@ -15,8 +15,13 @@
15
<EmbedUntrackedSources>true</EmbedUntrackedSources>
16
<Nullable>enable</Nullable>
17
<SignAssembly>True</SignAssembly>
18
+ <EmbedUntrackedSources>true</EmbedUntrackedSources>
19
<!--<AssemblyOriginatorKeyFile>strongname.snk</AssemblyOriginatorKeyFile>-->
20
</PropertyGroup>
21
+ <PropertyGroup Condition="'$(TF_BUILD)' == 'true'">
22
+ <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
23
+ </PropertyGroup>
24
+
25
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)'=='Release|net8.0'">
26
<DocumentationFile>bin\Release\net8.0\SysadminsLV.Asn1Parser.xml</DocumentationFile>
27
0 commit comments