Skip to content

Commit f5be673

Browse files
Get ahead on build version numbers for a change finally
1 parent d21df72 commit f5be673

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ steps:
2121
displayName: Setup Environment Variables
2222

2323
- task: NuGetToolInstaller@1
24-
displayName: Use NuGet 5.11.0
24+
displayName: Use NuGet 5.11.x
2525
inputs:
26-
versionSpec: 5.11.0
26+
versionSpec: 5.11.x
2727

2828
- task: DotNetCoreCLI@2
2929
inputs:

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.13-build.{height}",
2+
"version": "2.0.15-build.{height}",
33
"publicReleaseRefSpec": [
44
"^refs/heads/main$", // we release out of main
55
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N

0 commit comments

Comments
 (0)