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 d6dd925 commit 083c28dCopy full SHA for 083c28d
.github/workflows/azure-deploy.yml
@@ -32,10 +32,8 @@ jobs:
32
with:
33
dotnet-version: ${{ env.DOTNET_VERSION }}
34
35
- - name: Restore dependencies
36
- run: dotnet restore
37
- env:
38
- TELERIK_API_KEY: ${{ secrets.TELERIK_API_KEY }}
+ - name: Configure Telerik NuGet source
+ run: dotnet nuget update source telerik --username api-key --password ${{ secrets.TELERIK_API_KEY }} --store-password-in-clear-text
39
40
- name: Build with dotnet
41
run: dotnet build --configuration Release
0 commit comments