From d0db9ed4d9c4b6ec1da26326ab604d38491bec1e Mon Sep 17 00:00:00 2001 From: RaidMax Date: Mon, 9 Dec 2019 14:08:52 -0600 Subject: [PATCH] Maybe this will work better --- PostPublish.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostPublish.ps1 b/PostPublish.ps1 index dba281d5..a80554e7 100644 --- a/PostPublish.ps1 +++ b/PostPublish.ps1 @@ -20,4 +20,4 @@ Minor = $versionInfo.ProductMinorPart Build = $versionInfo.ProductBuildPart Revision = $versionInfo.ProductPrivatePart } -$json | ConvertTo-Json -Encoding ASCII > ("{0}\VersionInformation.json" -f $PublishDir) \ No newline at end of file +$json | ConvertTo-Json | Out-File -FilePath ("{0}\VersionInformation.json" -f $PublishDir) -Encoding ASCII \ No newline at end of file