Skip to content

Commit 1de0eaf

Browse files
authored
Fix version mistake (#588)
* Update commit height offset to compensate for accidentally overwriting version.json
1 parent f58b96a commit 1de0eaf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Pipelines/core-pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,4 @@ stages:
358358
packagesToPush: '$(Build.StagingDirectory)/*.nupkg'
359359
nuGetFeedType: 'external'
360360
publishFeedCredentials: 'CST-E Nuget CI'
361-
verbosityPush: 'Normal'
361+
verbosityPush: 'Normal'

version.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "2.3-beta",
4+
"versionHeightOffset": "143",
45
"publicReleaseRefSpec": [
56
"^refs/heads/main$",
67
"^refs/heads/v\\d+(?:\\.\\d+)?$"

0 commit comments

Comments
 (0)