Skip to content

Commit

Permalink
Fix broken link in README (#668)
Browse files Browse the repository at this point in the history
The link was pointing to the master branch so the line numbers have changed on master since then. The new link points to a tag to ensure that line numbers won't change in the future.
  • Loading branch information
0xced committed Nov 25, 2020
1 parent 1cd2ee4 commit 8c0a641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -75,7 +75,7 @@ By setting `DeterministicSourcePaths` to true the project opts into mapping all
Only set `DeterministicSourcePaths` to true on a build/CI server, never for local builds.
In order for the debugger to find source files when debugging a locally built binary, the PDB must contain original, unmapped local paths.

Starting with .NET Core SDK 2.1.300, a fully deterministic build is [turned on](https://github.com/dotnet/roslyn/blob/master/src/Compilers/Core/MSBuildTask/Microsoft.Managed.Core.targets#L45-L55) when both `Deterministic` and `ContinuousIntegrationBuild` properties are set to `true`.
Starting with .NET Core SDK 2.1.300, a fully deterministic build is [turned on](https://github.com/dotnet/roslyn/blob/Visual-Studio-2019-Version-16.7.3/src/Compilers/Core/MSBuildTask/Microsoft.Managed.Core.targets#L131-L141) when both `Deterministic` and `ContinuousIntegrationBuild` properties are set to `true`.

## Example

Expand Down

0 comments on commit 8c0a641

Please sign in to comment.