Skip to content

Commit 80bcb04

Browse files
committed
fix(core): version suffix is a string
1 parent c8bac90 commit 80bcb04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/core/Executors/build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Builds an app via the `dotnet` cli command.
1212

1313
### version-suffix
1414

15-
- (number): Sets the value of the $(VersionSuffix) property to use when building the project. This only works if the $(Version) property isn't set. Then, $(Version) is set to the $(VersionPrefix) combined with the $(VersionSuffix), separated by a dash.
15+
- (string): Sets the value of the $(VersionSuffix) property to use when building the project. This only works if the $(Version) property isn't set. Then, $(Version) is set to the $(VersionPrefix) combined with the $(VersionSuffix), separated by a dash.
1616

1717
### <span className="required">configuration</span>
1818

packages/core/src/executors/build/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"description": "Compiles for a specific framework. The framework must be defined in the project file"
1111
},
1212
"version-suffix": {
13-
"type": "number",
13+
"type": "string",
1414
"description": "Sets the value of the $(VersionSuffix) property to use when building the project. This only works if the $(Version) property isn't set. Then, $(Version) is set to the $(VersionPrefix) combined with the $(VersionSuffix), separated by a dash."
1515
},
1616
"configuration": {

0 commit comments

Comments
 (0)