Skip to content

Commit 40c2120

Browse files
committed
fix(debug): debug
1 parent 8524055 commit 40c2120

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,10 @@ jobs:
291291

292292
- name: Replace local environment variable in nuget config because cant provide it as a parameter
293293
run: |
294+
echo 'sed -i "s|%LocalPackagePath%|$BCL_Source|g" nuget.config'
294295
sed -i "s|%LocalPackagePath%|$BCL_Source|g" nuget.config
295296
sed -i "s|%GITHUB_USERNAME%|$GITHUB_USERNAME|g" nuget.config
296297
sed -i "s|%GITHUB_PACKAGES_TOKEN%|$PACKAGES_TOKEN |g" nuget.config
297-
298-
299298
300299
- name: debug BCL_VERSION
301300
run: |

0 commit comments

Comments
 (0)