File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 85
85
$content | Write-Verbose -Verbose
86
86
}
87
87
"$(PowerShellPreviewExecutablePath) .azdevops/RunTests.ps1" | Invoke-Expression
88
- if ("${{ parameters.vmImageName }}" -like 'macos-*')
89
- {
90
- "pwsh .azdevops/RunTests.ps1" | Invoke-Expression
91
- "pwsh-preview .azdevops/RunTests.ps1" | Invoke-Expression
92
- }
93
88
displayName: Run Tests
94
89
95
90
- task : PublishTestResults@2
Original file line number Diff line number Diff line change @@ -65,6 +65,8 @@ BeforeDiscovery {
65
65
66
66
Write-Verbose - Message " ${PWD} " - Verbose
67
67
68
+ Get-ChildItem " Env:/" | Write-Verbose - Verbose
69
+
68
70
Compress-Archive - Path $Path - DestinationPath $DestinationPath - ErrorAction SilentlyContinue - ErrorVariable error
69
71
$error.Count | Should - Be 1
70
72
$error [0 ].FullyQualifiedErrorId | Should - Be " InvalidPath,Microsoft.PowerShell.Archive.CompressArchiveCommand"
You can’t perform that action at this time.
0 commit comments