You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,10 +65,10 @@ Set `ContinuousIntegrationBuild` to `true` to indicate that the build executes o
65
65
66
66
By setting `DeterministicSourcePaths` to true the project opts into mapping all source paths included in the project outputs to deterministic values, i.e. values that do not depend on the exact location of the project sources on disk, or the operating system on which the project is being built.
67
67
68
-
Only set `DeterministicSourcePaths` to true on a build/CI server, never for for local builds.
69
-
In order for the debugger to find source files when debugging a locally built binary the PDB must contain original, unmapped local paths.
68
+
Only set `DeterministicSourcePaths` to true on a build/CI server, never for local builds.
69
+
In order for the debugger to find source files when debugging a locally built binary, the PDB must contain original, unmapped local paths.
70
70
71
-
Starting with .NET Core SDK 2.1.300 a fully deterministic build is [turned on](https://github.com/dotnet/roslyn/blob/dev15.7.x/src/Compilers/Core/MSBuildTask/Microsoft.Managed.Core.targets#L45-L55) when both `Deterministic` and `ContinuousIntegrationBuild` properties are set to `true`.
71
+
Starting with .NET Core SDK 2.1.300, a fully deterministic build is [turned on](https://github.com/dotnet/roslyn/blob/dev15.7.x/src/Compilers/Core/MSBuildTask/Microsoft.Managed.Core.targets#L45-L55) when both `Deterministic` and `ContinuousIntegrationBuild` properties are set to `true`.
72
72
73
73
## Example
74
74
@@ -105,7 +105,7 @@ Each package defines an msbuild item group named `SourceLink{provider}Host`, whe
105
105
106
106
### Custom Content URLs
107
107
108
-
*Content URL* is the URL where the raw source files can be downloaded from. Items of `SourceLink*Host` item group allow to specify the content URL if necessary. The content URL doesn't need to be specified in most cases as it is infered from the domain.
108
+
*Content URL* is the URL where the raw source files can be downloaded from. Items of `SourceLink*Host` item group allow to specify the content URL if necessary. The content URL doesn't need to be specified in most cases as it is inferred from the domain.
109
109
110
110
The default content URLs for each package is listed below:
111
111
@@ -244,4 +244,4 @@ The following additional files and directories must be present for each submodul
244
244
245
245
-`submodule-path/.git`
246
246
247
-
text file pointing to the submodule metadata, with the following contents: `gitdir: ../.git/modules/submodule-name`
247
+
text file pointing to the submodule metadata, with the following contents: `gitdir: ../.git/modules/submodule-name`
0 commit comments