fix Unable to process file command 'env' successfully. (#787)

This commit is contained in:
Boshi Lian
2022-02-26 08:25:23 -08:00
committed by GitHub
parent e6ee874bf3
commit 341580fb9b

View File

@@ -2,6 +2,9 @@
"$schema": "https://raw.githubusercontent.com/AArnott/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "7.1",
"publicReleaseRefSpec": [
"^refs/heads/master$", // we release out of master
"^refs/heads/master$"
],
"cloudBuild": {
"setVersionVariables": false
}
}