Skip to content

Commit

Permalink
Get ahead on build version numbers for a change finally
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-hawker committed Oct 27, 2022
1 parent d21df72 commit f5be673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ steps:
displayName: Setup Environment Variables

- task: NuGetToolInstaller@1
displayName: Use NuGet 5.11.0
displayName: Use NuGet 5.11.x
inputs:
versionSpec: 5.11.0
versionSpec: 5.11.x

- task: DotNetCoreCLI@2
inputs:
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.13-build.{height}",
"version": "2.0.15-build.{height}",
"publicReleaseRefSpec": [
"^refs/heads/main$", // we release out of main
"^refs/heads/rel/\\d+\\.\\d+\\.\\d+" // we also release branches starting with rel/N.N.N
Expand Down

0 comments on commit f5be673

Please sign in to comment.