Skip to content

Commit 341580f

Browse files
authored
fix Unable to process file command 'env' successfully. (#787)
1 parent e6ee874 commit 341580f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

version.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
33
"version": "7.1",
44
"publicReleaseRefSpec": [
5-
"^refs/heads/master$", // we release out of master
5+
"^refs/heads/master$"
66
],
7+
"cloudBuild": {
8+
"setVersionVariables": false
9+
}
710
}

0 commit comments

Comments
 (0)