We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f9330c + 5a8150b commit 5cd12d5Copy full SHA for 5cd12d5
examples/google-secure-signals-integration/client_side/version.json
@@ -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