File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 122
122
<HelixPreCommands Condition =" $(IsPosixShell)" >. $HELIX_CORRELATION_PAYLOAD/t/RunTestsOnHelix.sh;$(HelixPreCommands)</HelixPreCommands >
123
123
<HelixPostCommands Condition =" !$(IsPosixShell)" >PowerShell -ExecutionPolicy ByPass "dotnet nuget locals all -l | ForEach-Object { $_.Split(' ')[1]} | Where-Object{$_ -like '*cache'} | Get-ChildItem -Recurse -File -Filter '*.dat' | Measure";$(HelixPostCommands)</HelixPostCommands >
124
124
<HelixPostCommands Condition =" !$(IsPosixShell)" >PowerShell -ExecutionPolicy ByPass "Get-ChildItem -Recurse -File -Filter '*hangdump.dmp' | Copy-Item -Destination $env:HELIX_WORKITEM_UPLOAD_ROOT";$(HelixPostCommands)</HelixPostCommands >
125
- <HelixPostCommands Condition =" $(IsPosixShell)" >find "$HELIX_WORKITEM_UPLOAD_ROOT/.." -name '*hangdump.dmp' -exec cp {} "$HELIX_WORKITEM_UPLOAD_ROOT" \%3B;$(HelixPostCommands)</HelixPostCommands >
125
+ <HelixPostCommands Condition =" $(IsPosixShell)" >find "$HELIX_WORKITEM_UPLOAD_ROOT/../../.. " -name '*hangdump.dmp' -exec cp {} "$HELIX_WORKITEM_UPLOAD_ROOT" \%3B;$(HelixPostCommands)</HelixPostCommands >
126
126
<TestDotnetRoot >$(RepoRoot)artifacts\bin\redist\$(Configuration)\dotnet</TestDotnetRoot >
127
127
<TestDotnetVersion >$(Version)</TestDotnetVersion >
128
128
<MSBuildSdkResolverDir >$(RepoRoot)artifacts\bin\Microsoft.DotNet.MSBuildSdkResolver</MSBuildSdkResolverDir >
You can’t perform that action at this time.
0 commit comments