Skip to content

Commit 604845f

Browse files
committed
Specific version of SourceLink (was randomly failing).
1 parent 8040c50 commit 604845f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Provider/src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
2828
</PropertyGroup>
2929
<ItemGroup Condition="'$(SkipSourceLink)' != 'true'">
30-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-*" PrivateAssets="All" />
30+
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta2-19367-01" PrivateAssets="All" />
3131
</ItemGroup>
3232
</Project>

0 commit comments

Comments
 (0)