Skip to content

Commit 2267c26

Browse files
authored
Releases/1.0.0 beta.1 (#68)
* Move Visual Studio detection logic to vswhere.exe * Fix author name in Wix project * Fix breaking change in Web API Change namespace for class TeamProjectReference * Fix Wix target folder for PS module * Simplify VSTS build number logic
1 parent 4991823 commit 2267c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ try
5252

5353
if ($env:BUILD_BUILDURI)
5454
{
55-
Write-Output "##vso[build.updatebuildnumber]$($VersionMetadata.InformationalVersion)"
55+
Write-Output "##vso[build.updatebuildnumber]$($VersionMetadata.FullSemver)"
5656
}
5757

5858
# Restore/install Psake

0 commit comments

Comments
 (0)