Skip to content

Commit ae79ea1

Browse files
committed
updated CI 15
1 parent bc5f9bf commit ae79ea1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.azdevops/TestsTemplate.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ jobs:
8585
$content | Write-Verbose -Verbose
8686
}
8787
"$(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-
}
9388
displayName: Run Tests
9489
9590
- task: PublishTestResults@2

Tests/Compress-Archive.Tests.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ BeforeDiscovery {
6565

6666
Write-Verbose -Message "${PWD}" -Verbose
6767

68+
Get-ChildItem "Env:/" | Write-Verbose -Verbose
69+
6870
Compress-Archive -Path $Path -DestinationPath $DestinationPath -ErrorAction SilentlyContinue -ErrorVariable error
6971
$error.Count | Should -Be 1
7072
$error[0].FullyQualifiedErrorId | Should -Be "InvalidPath,Microsoft.PowerShell.Archive.CompressArchiveCommand"

0 commit comments

Comments
 (0)