Skip to content

Commit f09050c

Browse files
[Update] release GH action -> add devexpress nuget feed
1 parent 7625195 commit f09050c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,14 @@ jobs:
119119
echo "----- RELEASE_NOTES.md -----"
120120
cat RELEASE_NOTES.md
121121
122+
- name: add DevExpress nuget feed
123+
env:
124+
DEVEXPRESS_NUGET_KEY: ${{ secrets.DEVEXPRESS_NUGET_KEY }}
125+
run: dotnet nuget add source https://nuget.devexpress.com/api -n DXFeed -u DevExpress -p $DEVEXPRESS_NUGET_KEY --store-password-in-clear-text
126+
127+
- name: Install dependencies
128+
run: dotnet restore CDP4-SDK.sln
129+
122130
- name: Pack
123131
run: dotnet pack -c Release -o ReleaseBuilds CDP4-SDK.sln
124132

0 commit comments

Comments
 (0)