We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e4749 commit 968b08fCopy full SHA for 968b08f
1 file changed
scripts/matrix_testing/Pop-CompilerSpecificFiles.ps1
@@ -1,13 +1,14 @@
1
. "$PSScriptRoot/Config.ps1"
2
function Pop-CompilerSpecificFiles {
3
param([Parameter(Mandatory)]
4
+ [hashtable[]]
5
$Context
6
)
7
8
foreach($c in $Context){
9
- $origin = $context.origin
10
- $temp = $context.temp
+ $origin = $c.origin
11
+ $temp = $c.temp
12
13
if($temp){
14
Write-Host "Restoring $temp -> $origin"
0 commit comments