Skip to content

Commit 8a064c5

Browse files
committed
Work CI-CD
- Remove preview from version.
1 parent f12d853 commit 8a064c5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

version.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/master/src/NerdBank.GitVersioning/version.schema.json",
3-
"version": "1.20.0-preview.{height}",
3+
"version": "1.20.1",
44
"assemblyVersion": {
55
"precision": "revision"
66
},
@@ -17,7 +17,6 @@
1717
"buildNumber": null
1818
},
1919
"release": {
20-
"branchName": "release-v{version}",
21-
"firstUnstableTag": "preview"
20+
"branchName": "release-v{version}"
2221
}
2322
}

0 commit comments

Comments
 (0)