File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 run : |
135135 $changedComponents = $(./tooling/Get-Changed-Components.ps1)
136136 $buildableChangedComponents = $(./tooling/MultiTarget/Filter-Supported-Components.ps1 -Components $changedComponents -MultiTargets ${{ matrix.multitarget }} -WinUIMajorVersion ${{ matrix.winui }})
137- echo "CHANGED_COMPONENTS_LIST=$(($buildableChangedComponents | ForEach-Object { "'$_' " }) -join ',')" >> $env:GITHUB_ENV
137+ echo "CHANGED_COMPONENTS_LIST=$(($buildableChangedComponents | ForEach-Object { "$_ " }) -join ',')" >> $env:GITHUB_ENV
138138 echo "HAS_BUILDABLE_COMPONENTS=$($buildableChangedComponents.Count -gt 0)" >> $env:GITHUB_ENV
139139
140140 # Generate full solution with all projects (sample gallery heads, components, tests)
@@ -270,7 +270,7 @@ jobs:
270270 run : |
271271 $changedComponents = $(./tooling/Get-Changed-Components.ps1)
272272 $buildableChangedComponents = $(./tooling/MultiTarget/Filter-Supported-Components.ps1 -Components $changedComponents -MultiTargets "all" -WinUIMajorVersion ${{ matrix.winui }})
273- echo "CHANGED_COMPONENTS_LIST=$(($buildableChangedComponents | ForEach-Object { "'$_' " }) -join ',')" >> $env:GITHUB_ENV
273+ echo "CHANGED_COMPONENTS_LIST=$(($buildableChangedComponents | ForEach-Object { "$_ " }) -join ',')" >> $env:GITHUB_ENV
274274 echo "HAS_BUILDABLE_COMPONENTS=$($buildableChangedComponents.Count -gt 0)" >> $env:GITHUB_ENV
275275
276276 # Build and pack component nupkg
You can’t perform that action at this time.
0 commit comments