Skip to content

Commit

Permalink
added version json file needed to create docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleysmithTTD committed Feb 3, 2025
1 parent 884f7b0 commit f86249b
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.0.11",
"publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"],
"cloudBuild": {
"setVersionVariables": true,
"buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } }
}
}

0 comments on commit f86249b

Please sign in to comment.