Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/NerdBank.GitVersioning/LibGit2/LibGit2VersionFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ internal LibGit2VersionFile(LibGit2Context context)
throw new FormatException(
$"Failure while reading {JsonFileName} from commit {this.Context.GitCommitId}. " +
"Fix this commit with rebase if this is an error, or review this doc on how to migrate to Nerdbank.GitVersioning: " +
"https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/migrating.md",
"https://dotnet.github.io/Nerdbank.GitVersioning/docs/migrating.html",
ex);
}

Expand Down
2 changes: 1 addition & 1 deletion src/NerdBank.GitVersioning/Managed/ManagedVersionFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public ManagedVersionFile(GitContext context)
throw new FormatException(
$"Failure while reading {JsonFileName} from commit {this.Context.GitCommitId}. " +
"Fix this commit with rebase if this is an error, or review this doc on how to migrate to Nerdbank.GitVersioning: " +
"https://github.com/dotnet/Nerdbank.GitVersioning/blob/main/doc/migrating.md",
"https://dotnet.github.io/Nerdbank.GitVersioning/docs/migrating.html",
ex);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<NBGV_CacheMode Condition=" '$(NBGV_CacheMode)' == '' ">MSBuildTargetCaching</NBGV_CacheMode>

<!-- This property may be overridden in environments where all P2P references must be a project actually defined within the git repo directory.
Learn more at :/doc/quickbuild.md.
Learn more at :/docfx/docs/quickbuild.md.
-->
<NBGV_CachingProjectReference Condition=" '$(NBGV_CachingProjectReference)' == '' ">$(MSBuildThisFileDirectory)PrivateP2PCaching.proj</NBGV_CachingProjectReference>
</PropertyGroup>
Expand Down
Loading