Disable default, redundant NB.GV behavior

We already call `nbgv cloud` in the cloud builds, so there is no need to set certain pipeline variables with every project.
In fact given a couple bugs that have come into NB.GV lately around issues on [AzP](https://github.com/dotnet/Nerdbank.GitVersioning/pull/675) or [GitHub Actions](https://github.com/dotnet/Nerdbank.GitVersioning/issues/683) around setting pipeline variables, this should improve build reliability.
This commit is contained in:
Andrew Arnott 2021-11-02 06:13:29 -06:00
Родитель 16c3bad43e
Коммит ab053bb6cc
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: A9B9910CDCCDA441
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -4,5 +4,8 @@
"publicReleaseRefSpec": [
"^refs/heads/main$",
"^refs/heads/v\\d+(?:\\.\\d+)?$"
]
],
"cloudBuild": {
"setVersionVariables": false
}
}