Skip to content

Commit f0e1e6d

Browse files
potentially fix integration tests
1 parent 6212d93 commit f0e1e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cdp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060

6161
- name: Zip TestAdapter
6262
run: |
63-
$files = @("${env:OutDir}${env:TestAdapterNameNoExt}.dll", "${env:OutDir}${env:TestAdapterNameNoExt}.pdb", "${env:OutDir}Microsoft.ApplicationInsights.dll", "${env:OutDir}System.Collections.Immutable.dll", "${env:OutDir}System.Collections.Immutable.pdb", "${env:OutDir}Microsoft.ApplicationInsights.pdb", "${env:OutDir}Ensure.That.dll")
63+
$files = @("${env:OutDir}${env:TestAdapterNameNoExt}.dll", "${env:OutDir}${env:TestAdapterNameNoExt}.pdb", "${env:OutDir}Microsoft.ApplicationInsights.dll", "${env:OutDir}System.Collections.Immutable.dll", "${env:OutDir}Microsoft.ApplicationInsights.pdb", "${env:OutDir}Ensure.That.dll")
6464
$dst = "${env:OutDir}${env:TestAdapterNameNoExt}.zip"
6565
Compress-Archive -Path $files -DestinationPath $dst
6666
# List contents for debugging purposes

0 commit comments

Comments
 (0)