File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ variables:
1616 - name : BuildPlatform
1717 value : ' any cpu'
1818 - name : BuildConfiguration
19- value : ' Release '
19+ value : ' release '
2020
2121jobs :
2222- job : build
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Write-Host "assemblyInformationalVersion: " $assemblyInformationalVersion
4343$nugetSuffix = [string ]$buildConfiguration.SelectSingleNode (" root/nugetSuffix" ).InnerText
4444if ( $packageType -eq " release" )
4545{
46- $versionSuffix = $nugetSuffix
46+ $versionSuffix = " "
4747}
4848else
4949{
@@ -73,5 +73,3 @@ foreach($project in $buildConfiguration.SelectNodes("root/projects/src/project")
7373}
7474
7575WriteSectionFooter(" updateAssemblyInfo.ps1" )
76-
77- return " $assemblyVersion -$versionSuffix "
You can’t perform that action at this time.
0 commit comments