We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0853cb commit 44fa354Copy full SHA for 44fa354
script/vsts/platforms/templates/test.yml
@@ -49,7 +49,7 @@ steps:
49
50
# Crash Reports
51
- pwsh: |
52
- mkdir -f -p $env:ARTIFACT_STAGING_DIR/crash-reports
+ New-Item -Path $env:ARTIFACT_STAGING_DIR/crash-reports -Type Directory -Force
53
if (($env:AGENT_OS -eq "Windows_NT") -and (Test-Path "$env:TEMP/Atom Crashes")) {
54
cp "$env:TEMP/Atom Crashes/*.dmp" $env:ARTIFACT_STAGING_DIR/crash-reports
55
} else {
0 commit comments