| { | |
| "$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/main/src/NerdBank.GitVersioning/version.schema.json", | |
| "version": "3.2.0-snapshot", | |
| "publicReleaseRefSpec": [ | |
| "^refs/heads/main", | |
| "^refs/heads/ignite-3\\.\\d+.*$" | |
| ], | |
| "cloudBuild": { | |
| "setVersionVariables": false, | |
| "buildNumber": { | |
| "enabled": false | |
| } | |
| } | |
| } |