We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f58b96a commit 1de0eafCopy full SHA for 1de0eaf
Pipelines/core-pipeline.yml
@@ -358,4 +358,4 @@ stages:
358
packagesToPush: '$(Build.StagingDirectory)/*.nupkg'
359
nuGetFeedType: 'external'
360
publishFeedCredentials: 'CST-E Nuget CI'
361
- verbosityPush: 'Normal'
+ verbosityPush: 'Normal'
version.json
@@ -1,6 +1,7 @@
1
{
2
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3
"version": "2.3-beta",
4
+ "versionHeightOffset": "143",
5
"publicReleaseRefSpec": [
6
"^refs/heads/main$",
7
"^refs/heads/v\\d+(?:\\.\\d+)?$"
0 commit comments