You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build-Toolkit-Components.ps1 to not require PreviewVersion parameter (#207)
* Build-Toolkit-Components.ps1 to not require PreviewVersion parameter
This is blocking release where we don't have a PreviewVersion postfix to our build number.
* Build-Toolkit-Components.ps1 ensure we don't add Postfix flag when not provided to msbuild
* Revert "Build-Toolkit-Components.ps1 ensure we don't add Postfix flag when not provided to msbuild"
This reverts commit ba0e00a.
Copy file name to clipboardExpand all lines: Build-Toolkit-Components.ps1
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@
15
15
Specifies the date for versioning in 'YYMMDD' format. The default value is the current date.
16
16
17
17
.PARAMETERPreviewVersion
18
-
Specifies the preview version to use if packaging is enabled. Appended with a dash after the version number (formatted Version-PreviewVersion). This parameter is required when NupkgOutput is supplied.
18
+
Specifies the preview version to use if packaging is enabled. Appended with a dash after the version number (formatted Version-PreviewVersion). This parameter is optional.
19
19
20
20
.PARAMETERNupkgOutput
21
21
Specifies the output directory for .nupkg files. This parameter is optional. When supplied, the components will also be packed and nupkg files will be output to the specified directory.
0 commit comments