Skip to content

Commit

Permalink
Fix path with quotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Mar 1, 2021
1 parent 4bd173c commit 54e4cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/devops/automation/templates/build/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ steps:

- pwsh: |
# so... we have to many pkgs, that results in timeouts, so we need to split things and call it several times
$pkgDir = $(Build.SourcesDirectory)/package/notarized
$pkgDir = "$(Build.SourcesDirectory)/package/notarized"
$files = @(Get-ChildItem -Path "$pkgDir/*" -Filter "*.pkg")
# we are going to be one by one... why? because if we send all, we timeout!!!!
if ($files.count -gt 0)
Expand Down

1 comment on commit 54e4cdd

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Tests failed on Build ❌

Tests failed on Build.

Test results

5 tests failed, 176 tests passed.

Failed tests

  • xammac tests/Mac Modern/Debug: Failed (Test run crashed)
  • xammac tests/Mac Modern/Debug (all optimizations): Failed (Test run crashed)
  • xammac tests/Mac Modern/Release: Failed (Test run crashed)
  • xammac tests/Mac Modern/Release (all optimizations): Failed (Test run crashed)
  • [xUnit] Mono Mac OS X BCL tests group 4/Mac Modern/Debug: Failed (No test log file was produced)

Pipeline on Agent XAMBOT-1093'

Please sign in to comment.