@@ -184,7 +184,7 @@ steps:
184184 inputs :
185185 targetType : ' inline'
186186 script : |
187- $folderPath = ${{ parameters.checkoutDirectory }}/artifacts/bin/Controls.TestCases.Android.Tests/${{ parameters.configuration }}/net9.0/snapshots-diff
187+ $folderPath = " ${{ parameters.checkoutDirectory }}/artifacts/bin/Controls.TestCases.Android.Tests/${{ parameters.configuration }}/net9.0/snapshots-diff"
188188 if (Test-Path $folderPath) {
189189 Write-Host "##vso[task.setvariable variable=androidFolderExists;isOutput=true]true"
190190 } else {
@@ -204,7 +204,7 @@ steps:
204204 inputs :
205205 targetType : ' inline'
206206 script : |
207- $folderPath = ${{ parameters.checkoutDirectory }}/artifacts/bin/Controls.TestCases.iOS.Tests/${{ parameters.configuration }}/net9.0/snapshots-diff
207+ $folderPath = " ${{ parameters.checkoutDirectory }}/artifacts/bin/Controls.TestCases.iOS.Tests/${{ parameters.configuration }}/net9.0/snapshots-diff"
208208 if (Test-Path $folderPath) {
209209 Write-Host "##vso[task.setvariable variable=iosFolderExists;isOutput=true]true"
210210 } else {
@@ -224,7 +224,7 @@ steps:
224224 inputs :
225225 targetType : ' inline'
226226 script : |
227- $folderPath = ${{ parameters.checkoutDirectory }}/artifacts/bin/Controls.TestCases.WinUI.Tests/${{ parameters.configuration }}/net9.0/snapshots-diff
227+ $folderPath = " ${{ parameters.checkoutDirectory }}/artifacts/bin/Controls.TestCases.WinUI.Tests/${{ parameters.configuration }}/net9.0/snapshots-diff"
228228 if (Test-Path $folderPath) {
229229 Write-Host "##vso[task.setvariable variable=windowsFolderExists;isOutput=true]true"
230230 } else {
@@ -244,7 +244,7 @@ steps:
244244 inputs :
245245 targetType : ' inline'
246246 script : |
247- $folderPath = ${{ parameters.checkoutDirectory }}/artifacts/bin/Controls.TestCases.Mac.Tests/${{ parameters.configuration }}/net9.0/snapshots-diff
247+ $folderPath = " ${{ parameters.checkoutDirectory }}/artifacts/bin/Controls.TestCases.Mac.Tests/${{ parameters.configuration }}/net9.0/snapshots-diff"
248248 if (Test-Path $folderPath) {
249249 Write-Host "##vso[task.setvariable variable=macFolderExists;isOutput=true]true"
250250 } else {
0 commit comments