Skip to content

Commit 5cd12d5

Browse files
Merge pull request #165 from IABTechLab/ans-UID2-4749-add-version-json-file-to-client-side-example
version json file needed for client side example
2 parents 2f9330c + 5a8150b commit 5cd12d5

File tree

1 file changed

+9
-0
lines changed
  • examples/google-secure-signals-integration/client_side

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3+
"version": "1.0.11",
4+
"publicReleaseRefSpec": ["^refs/heads/master$", "^refs/heads/v\\d+(?:\\.\\d+)?$"],
5+
"cloudBuild": {
6+
"setVersionVariables": true,
7+
"buildNumber": { "enabled": true, "includeCommitId": { "when": "always" } }
8+
}
9+
}

0 commit comments

Comments
 (0)