Get ahead on build version numbers for a change finally

This commit is contained in:
michael-hawker 2022-10-27 13:55:53 -07:00
Родитель d21df72ac1
Коммит f5be673365
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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:

Просмотреть файл

@ -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