Skip to content

Commit 2361c60

Browse files
committed
Work CI-CD
- Remove source link from build. - Assembly is not string name signed anymore. ***UPDATE_DEPENDENTS***
1 parent 47156a2 commit 2361c60

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

MetadataProcessor.MsBuildTask/MetadataProcessor.MsBuildTask.csproj

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@
1515
<RepositoryType>git</RepositoryType>
1616
<PackageIcon>nf-logo.png</PackageIcon>
1717
<PackageLicenseFile>LICENSE.md</PackageLicenseFile>
18-
<Deterministic>true</Deterministic>
19-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
20-
<ContinuousIntegrationBuild Condition="'$(TF_BUILD)' == 'true'">True</ContinuousIntegrationBuild>
21-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
22-
<IncludeSymbols>true</IncludeSymbols>
23-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
2418
</PropertyGroup>
2519

2620
<PropertyGroup>
@@ -35,9 +29,6 @@
3529
<NoPackageAnalysis>true</NoPackageAnalysis>
3630
<!-- MSBuild Task DLLs need to be versioned with every build -->
3731
<AutoGenerateAssemblyVersion>true</AutoGenerateAssemblyVersion>
38-
<SignAssembly>True</SignAssembly>
39-
<AssemblyOriginatorKeyFile>key.snk</AssemblyOriginatorKeyFile>
40-
<DelaySign>True</DelaySign>
4132
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
4233
</PropertyGroup>
4334

@@ -66,12 +57,11 @@
6657
<PrivateAssets>all</PrivateAssets>
6758
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
6859
</PackageReference>
69-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
7060
<PackageReference Include="Microsoft.Build.Framework" Version="15.1.548-*" PrivateAssets="All" />
7161
<PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.1.548-*" PrivateAssets="All" />
7262
<PackageReference Include="Mono.Cecil" Version="0.11.4" PrivateAssets="All" />
7363
<PackageReference Include="mustache-sharp" Version="1.0.0" PrivateAssets="All" />
74-
<PackageReference Include="System.Drawing.Common" Version="6.0.0" PrivateAssets="All" />
64+
<PackageReference Include="System.Drawing.Common" Version="6.0.0" PrivateAssets="All" />
7565
</ItemGroup>
7666

7767
<Target Name="PackTaskDependencies" BeforeTargets="GenerateNuspec">

0 commit comments

Comments
 (0)