Skip to content

Commit 7f95f38

Browse files
committed
(build) disable for now deterministic builds
1 parent e991fcf commit 7f95f38

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Directory.Build.props

-12
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
<PackageIcon>package_icon.png</PackageIcon>
1313
<PackageReleaseNotes>https://github.com/GitTools/GitVersion/releases</PackageReleaseNotes>
1414

15-
<IncludeSymbols>true</IncludeSymbols>
16-
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
17-
<PublishRepositoryUrl>true</PublishRepositoryUrl>
18-
<EmbedUntrackedSources>true</EmbedUntrackedSources>
19-
2015
<RepositoryUrl>https://github.com/GitTools/GitVersion</RepositoryUrl>
2116
<RepositoryType>git</RepositoryType>
2217

@@ -46,13 +41,6 @@
4641

4742
</PropertyGroup>
4843

49-
<ItemGroup Condition=" '$(IsTestProject)' == 'false' ">
50-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
51-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
52-
<PrivateAssets>all</PrivateAssets>
53-
</PackageReference>
54-
</ItemGroup>
55-
5644
<ItemGroup Condition=" '$(IsTestProject)' == 'true' ">
5745
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(PackageVersion_MicrosoftTestSdk)" />
5846
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="$(PackageVersion_MicrosoftExtensions)" />

0 commit comments

Comments
 (0)