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:
16
16
- name : BuildPlatform
17
17
value : ' any cpu'
18
18
- name : BuildConfiguration
19
- value : ' Release '
19
+ value : ' release '
20
20
21
21
jobs :
22
22
- job : build
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Write-Host "assemblyInformationalVersion: " $assemblyInformationalVersion
43
43
$nugetSuffix = [string ]$buildConfiguration.SelectSingleNode (" root/nugetSuffix" ).InnerText
44
44
if ( $packageType -eq " release" )
45
45
{
46
- $versionSuffix = $nugetSuffix
46
+ $versionSuffix = " "
47
47
}
48
48
else
49
49
{
@@ -73,5 +73,3 @@ foreach($project in $buildConfiguration.SelectNodes("root/projects/src/project")
73
73
}
74
74
75
75
WriteSectionFooter(" updateAssemblyInfo.ps1" )
76
-
77
- return " $assemblyVersion -$versionSuffix "
You can’t perform that action at this time.
0 commit comments