Skip to content

Commit

Permalink
(build) disable for now deterministic builds
Browse files Browse the repository at this point in the history
  • Loading branch information
arturcic committed Mar 25, 2021
1 parent e991fcf commit 7f95f38
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@
<PackageIcon>package_icon.png</PackageIcon>
<PackageReleaseNotes>https://github.com/GitTools/GitVersion/releases</PackageReleaseNotes>

<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>

<RepositoryUrl>https://github.com/GitTools/GitVersion</RepositoryUrl>
<RepositoryType>git</RepositoryType>

Expand Down Expand Up @@ -46,13 +41,6 @@

</PropertyGroup>

<ItemGroup Condition=" '$(IsTestProject)' == 'false' ">
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
</ItemGroup>

<ItemGroup Condition=" '$(IsTestProject)' == 'true' ">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(PackageVersion_MicrosoftTestSdk)" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="$(PackageVersion_MicrosoftExtensions)" />
Expand Down

0 comments on commit 7f95f38

Please sign in to comment.