File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -135,8 +135,7 @@ jobs:
135135
136136 - name : Get changed components
137137 run : |
138- $components = ./tooling/Get-Changed-Components.ps1
139- echo "CHANGED_COMPONENTS_LIST=$components" >> $env:GITHUB_ENV
138+ echo "CHANGED_COMPONENTS_LIST=$(./tooling/Get-Changed-Components.ps1)" >> $env:GITHUB_ENV
140139
141140 # Generate full solution with all projects (sample gallery heads, components, tests)
142141 - name : Generate solution with ${{ matrix.multitarget }} gallery, components and tests
@@ -267,8 +266,7 @@ jobs:
267266 # Get changed components
268267 - name : Get changed components
269268 run : |
270- $components = ./tooling/Get-Changed-Components.ps1
271- echo "CHANGED_COMPONENTS_LIST=$components" >> $env:GITHUB_ENV
269+ echo "CHANGED_COMPONENTS_LIST=$(./tooling/Get-Changed-Components.ps1)" >> $env:GITHUB_ENV
272270
273271 # Build and pack component nupkg
274272 - name : Build and pack component packages
You can’t perform that action at this time.
0 commit comments