File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
azure-pipelines/artifacts Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if (Test-Path $SosThreadingToolsRoot) {
1717 $ArchiveLayout = " $RepoRoot \obj\SosThreadingTools\ArchiveLayout"
1818 if (Test-Path $ArchiveLayout ) { Remove-Item - Force $ArchiveLayout - Recurse }
1919 New-Item - Path $ArchiveLayout - ItemType Directory | Out-Null
20- Copy-Item - Force - Path " $SosThreadingToolsRoot " - Recurse - Exclude " DllExport.dll" , " *.pdb " , " *. xml" - Destination $ArchiveLayout
20+ Copy-Item - Force - Path " $SosThreadingToolsRoot " - Recurse - Exclude " DllExport.dll" , " *.xml" - Destination $ArchiveLayout
2121 Rename-Item - Path $ArchiveLayout \net472 $ArchiveLayout \SosThreadingTools
2222 Get-ChildItem - Path $ArchiveLayout \symstore - Recurse | Remove-Item
2323 Compress-Archive - Force - Path $ArchiveLayout \SosThreadingTools - DestinationPath $ArchivePath
You can’t perform that action at this time.
0 commit comments