We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ffe9b3 commit 8809f7eCopy full SHA for 8809f7e
.github/workflows/build.yml
@@ -266,8 +266,7 @@ jobs:
266
# Get changed components
267
- name: Get changed components
268
run: |
269
- $components = ./tooling/Get-Changed-Components.ps1
270
- echo "CHANGED_COMPONENTS_LIST=$components" >> $env:GITHUB_ENV
+ echo "CHANGED_COMPONENTS_LIST=$(./tooling/Get-Changed-Components.ps1)" >> $env:GITHUB_ENV
271
272
# Build and pack component nupkg
273
- name: Build and pack component packages
0 commit comments