mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-17 23:36:41 +01:00
Update build.ps1
Ignore errors with setting the build version.
This commit is contained in:
parent
637ec27998
commit
f1b5a3c51a
@ -101,7 +101,7 @@ function Build
|
||||
}
|
||||
if($env:APPVEYOR_REPO_BRANCH -ne "master") { $branch = ".$env:APPVEYOR_REPO_BRANCH" }
|
||||
$version = "$commit$prNum$branch"
|
||||
Update-AppveyorBuild -Version $version
|
||||
Update-AppveyorBuild -Version $version -errorAction SilentlyContinue
|
||||
}
|
||||
|
||||
if(!(Test-Path $vswhere)) { Init }
|
||||
|
Loading…
x
Reference in New Issue
Block a user