Skip to content

Commit

Permalink
fix Unable to process file command 'env' successfully. (#787)
Browse files Browse the repository at this point in the history
  • Loading branch information
tg123 authored Feb 26, 2022
1 parent e6ee874 commit 341580f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 341580f

Please sign in to comment.