Save versions-manifest without BOM

This commit is contained in:
Maxim Lobanov
2020-04-21 09:16:44 +03:00
parent 405a91795d
commit 330fff9a05
2 changed files with 127 additions and 127 deletions

View File

@@ -142,4 +142,4 @@ function Build-VersionsManifest {
$gitHubApi = Get-GitHubApi -AccountName $GitHubRepositoryOwner -ProjectName $GitHubRepositoryName -AccessToken $GitHubAccessToken
$releases = $gitHubApi.GetGitHubReleases()
$versionIndex = Build-VersionsManifest $releases
$versionIndex | ConvertTo-Json -Depth 5 | Out-File $OutputFile -Encoding utf8 -Force
$versionIndex | ConvertTo-Json -Depth 5 | Out-File $OutputFile -Encoding UTF8NoBOM -Force

View File

@@ -1,4 +1,4 @@
[
[
{
"version": "13.13.0",
"stable": true,