We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f945a4 commit 6fac685Copy full SHA for 6fac685
updateAssemblyInfo.ps1
@@ -43,7 +43,7 @@ Write-Host "assemblyInformationalVersion: " $assemblyInformationalVersion
43
$nugetSuffix = [string]$buildConfiguration.SelectSingleNode("root/nugetSuffix").InnerText
44
if ( $packageType -eq "release")
45
{
46
- $versionSuffix = $nugetSuffix
+ $versionSuffix = ""
47
}
48
else
49
@@ -73,5 +73,3 @@ foreach($project in $buildConfiguration.SelectNodes("root/projects/src/project")
73
74
75
WriteSectionFooter("updateAssemblyInfo.ps1")
76
-
77
-return "$assemblyVersion-$versionSuffix"
0 commit comments