From da2719627d24dfce3eb68f0835973430a29693e3 Mon Sep 17 00:00:00 2001 From: Maksym Kucherov Date: Fri, 22 Sep 2023 18:37:53 +0300 Subject: [PATCH] [TO BE REVERTED] Dump raw cloud config. --- ci/fetch-assets.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ci/fetch-assets.ps1 b/ci/fetch-assets.ps1 index 0ecdd4d3..9cbb9ac6 100644 --- a/ci/fetch-assets.ps1 +++ b/ci/fetch-assets.ps1 @@ -56,3 +56,7 @@ New-Item -ItemType SymbolicLink -Force -Target "$assets/51Degrees-LiteV4.1.hash" New-Item -ItemType SymbolicLink -Force -Target "$assets/20000 Evidence Records.yml" -Path "$deviceDetectionData/20000 Evidence Records.yml" New-Item -ItemType SymbolicLink -Force -Target "$assets/20000 User Agents.csv" -Path "$deviceDetectionData/20000 User Agents.csv" # New-Item -ItemType SymbolicLink -Force -Target "$assets/51Degrees.csv" -Path "$RepoName/fiftyone_devicedetection_cloud/tests/51Degrees.csv" + +$cloud_config = [IO.Path]::Combine($pwd, $RepoName, "Examples", "Cloud", "GettingStarted-Web", "appsettings.json") +Write-Output "Dumping '$cloud_config':" +Get-Content $cloud_config