Skip to content

Commit cb11315

Browse files
Fix path
1 parent 0c299d5 commit cb11315

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

before_build.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Write-Host "Setting up appsettings.json for tests"
22

3-
$strConfigSource = "$env:APPVEYOR_BUILD_FOLDER\CloudinaryDotNet.IntegrationTests\appsettings.json.sample"
4-
$strConfigDest = "$env:APPVEYOR_BUILD_FOLDER\CloudinaryDotNet.IntegrationTests\appsettings.json"
3+
$strConfigSource = "CloudinaryDotNet.IntegrationTests\appsettings.json.sample"
4+
$strConfigDest = "CloudinaryDotNet.IntegrationTests\appsettings.json"
55
$apiEndpoint = "https://sub-account-testing.cloudinary.com/create_sub_account"
66

77
$postParams = @{

0 commit comments

Comments
 (0)