Skip to content

Commit

Permalink
Fix version mistake (#588)
Browse files Browse the repository at this point in the history
* Update commit height offset to compensate for accidentally overwriting version.json
  • Loading branch information
daalcant authored Jun 4, 2021
1 parent f58b96a commit 1de0eaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Pipelines/core-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,4 @@ stages:
packagesToPush: '$(Build.StagingDirectory)/*.nupkg'
nuGetFeedType: 'external'
publishFeedCredentials: 'CST-E Nuget CI'
verbosityPush: 'Normal'
verbosityPush: 'Normal'
1 change: 1 addition & 0 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "2.3-beta",
"versionHeightOffset": "143",
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
Expand Down

0 comments on commit 1de0eaf

Please sign in to comment.