Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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://github.com/dotnet/Nerdbank.GitVersioning/blob/main/docfx/docs/migrating.md",
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://github.com/dotnet/Nerdbank.GitVersioning/blob/main/docfx/docs/migrating.md",
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