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
Copy file name to clipboardexpand all lines: default.ps1
+2-3
Original file line number
Diff line number
Diff line change
@@ -734,14 +734,13 @@ task GenerateAssemblyInfo {
734
734
$script:packageVersion=$infoVersion
735
735
}
736
736
737
-
738
-
$script:releaseVersion=$infoVersion
739
-
740
737
#Temporarily removed the PreRelease prefix ('-build') from the package version for CI packages to maintain compatibility with the existing versioning scheme
741
738
#We will remove this as soon as we until we consolidate the CI and regular packages
0 commit comments