File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
templates/AddNewPackage/content/.github/workflows Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686 source $DEVOPS_LIB_DIR/gh_core.sh
8787
8888 dotnet_version='${{ env.DOTNET_VERSION }}'
89- package_projects=is_safe_json_array '${{ env.PACKAGE_PROJECTS }}' '[]' is_safe_existing_file
89+ package_projects=$( is_safe_json_array '${{ env.PACKAGE_PROJECTS }}' '[]' is_safe_existing_file)
9090 package_projects_len=$(jq 'length // 0' <<< "$package_projects")
9191 preprocessor_symbols='${{ env.PREPROCESSOR_SYMBOLS }}'
9292 minver_tag_prefix='${{ env.MINVERTAGPREFIX || 'v' }}'
Original file line number Diff line number Diff line change 7676 source $DEVOPS_LIB_DIR/gh_core.sh
7777
7878 dotnet_version='${{ env.DOTNET_VERSION }}'
79- package_projects=is_safe_json_array '${{ env.PACKAGE_PROJECTS }}' '[]' is_safe_existing_file
79+ package_projects=$( is_safe_json_array '${{ env.PACKAGE_PROJECTS }}' '[]' is_safe_existing_file)
8080 package_projects_len=$(jq 'length // 0' <<< "$package_projects")
8181 preprocessor_symbols='${{ env.PREPROCESSOR_SYMBOLS }}'
8282 minver_tag_prefix='${{ env.MINVERTAGPREFIX || 'v' }}'
You can’t perform that action at this time.
0 commit comments