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 8524055 commit 40c2120Copy full SHA for 40c2120
.github/workflows/dev.yml
@@ -291,11 +291,10 @@ jobs:
291
292
- name: Replace local environment variable in nuget config because cant provide it as a parameter
293
run: |
294
+ echo 'sed -i "s|%LocalPackagePath%|$BCL_Source|g" nuget.config'
295
sed -i "s|%LocalPackagePath%|$BCL_Source|g" nuget.config
296
sed -i "s|%GITHUB_USERNAME%|$GITHUB_USERNAME|g" nuget.config
297
sed -i "s|%GITHUB_PACKAGES_TOKEN%|$PACKAGES_TOKEN |g" nuget.config
-
298
299
300
- name: debug BCL_VERSION
301
0 commit comments