Skip to content

Commit 083c28d

Browse files
fix: remove redundant restore step and configure Telerik NuGet source directly
1 parent d6dd925 commit 083c28d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/azure-deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ jobs:
3232
with:
3333
dotnet-version: ${{ env.DOTNET_VERSION }}
3434

35-
- name: Restore dependencies
36-
run: dotnet restore
37-
env:
38-
TELERIK_API_KEY: ${{ secrets.TELERIK_API_KEY }}
35+
- name: Configure Telerik NuGet source
36+
run: dotnet nuget update source telerik --username api-key --password ${{ secrets.TELERIK_API_KEY }} --store-password-in-clear-text
3937

4038
- name: Build with dotnet
4139
run: dotnet build --configuration Release

0 commit comments

Comments
 (0)