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 e41d30c commit bb77d42Copy full SHA for bb77d42
.github/workflows/publish.yml
@@ -59,6 +59,7 @@ jobs:
59
run: node .ado/publish.js
60
env:
61
BUILD_STAGINGDIRECTORY: ${{ runner.temp }}\final
62
+ BUILD_SOURCEBRANCH: ${{ github.ref }}
63
64
- name: Set NuGet source
65
run: nuget sources add -name nugetfeed -source ${{ secrets.NUGET_FEED }} -username anything -password ${{ secrets.NUGET_AUTH }}
0 commit comments