Skip to content

Commit 524d3af

Browse files
authored
fix oob pipeline (#23714)
* Update code-oob.yml for Azure Pipelines * delete versioninfo in root folder * delete versioninfo in root folder
1 parent f7f857d commit 524d3af

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

.azure-pipelines/code-oob.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ stages:
5959
BaseBranch = "$BaseBranch"
6060
}
6161
$jsonString = $jsonData | ConvertTo-Json
62-
$jsonString | Out-File -FilePath "VersionInfo.json"
6362
$folderPath = "OOB"
6463
$fileName = "VersionInfo.json"
6564
New-Item -ItemType Directory -Force -Path $folderPath | Out-Null

VersionInfo.json

Whitespace-only changes.

0 commit comments

Comments
 (0)