Skip to content

Instantly share code, notes, and snippets.

View SkyeHoefling's full-sized avatar
🎮
Making video games

Skye Hoefling SkyeHoefling

🎮
Making video games
View GitHub Profile
function Update-AssemblyInfoVersionFiles
{
Param
(
[Parameter(Mandatory=$true)]
[string]$productVersion
)
$buildNumber = $env:BUILD_BUILDNUMBER
if ($buildNumber -eq $null)