Skip to content

Commit

Permalink
Fix version number being set
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebazzz committed Apr 1, 2020
1 parent 3edb511 commit efb7ded
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
1 change: 1 addition & 0 deletions PokerTime.sln
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "common", "common", "{D6A25E
.prettierrc = .prettierrc
Dockerfile = Dockerfile
README.md = README.md
version.json = version.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PokerTime.Web.Tests.Integration", "tests\PokerTime.Web.Tests.Integration\PokerTime.Web.Tests.Integration.csproj", "{D120FE6A-74F8-474E-9654-FC4E1CCD2B9E}"
Expand Down
25 changes: 14 additions & 11 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
{
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.3-alpha",
"cloudBuild": {
"setAllVariables": true,
"buildNumber": {
"enabled": true
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
"version": "1.3.0-alpha",
"cloudBuild": {
"setAllVariables": true,
"buildNumber": {
"enabled": true
}
},
"release": {
"branchName": "release/v{version}"
},
"assemblyVersion": {
"precision": "revision"
}
},
"release": {
"branchName": "release/v{version}"
}
}
}

0 comments on commit efb7ded

Please sign in to comment.