Skip to content

Commit 1966c05

Browse files
author
Brent Schmaltz
committed
fixup prefix
1 parent 97888a2 commit 1966c05

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/releaseBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variables:
1616
- name: BuildPlatform
1717
value: 'any cpu'
1818
- name: BuildConfiguration
19-
value: 'Release'
19+
value: 'release'
2020

2121
jobs:
2222
- job: build

updateAssemblyInfo.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Write-Host "assemblyInformationalVersion: " $assemblyInformationalVersion
4343
$nugetSuffix = [string]$buildConfiguration.SelectSingleNode("root/nugetSuffix").InnerText
4444
if ( $packageType -eq "release")
4545
{
46-
$versionSuffix = $nugetSuffix
46+
$versionSuffix = ""
4747
}
4848
else
4949
{
@@ -73,5 +73,3 @@ foreach($project in $buildConfiguration.SelectNodes("root/projects/src/project")
7373
}
7474

7575
WriteSectionFooter("updateAssemblyInfo.ps1")
76-
77-
return "$assemblyVersion-$versionSuffix"

0 commit comments

Comments
 (0)