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 e37387c commit baa6738Copy full SHA for baa6738
installation/nuget.md
@@ -180,8 +180,11 @@ jobs:
180
runs-on: windows-latest
181
182
env:
183
- TELERIK_USERNAME: ${ { secrets.TELERIK_USERNAME } } # remove the space between the brackets
184
- TELERIK_PASSWORD: ${ { secrets.TELERIK_PASSWORD } } # remove the space between the brackets
+ TELERIK_USERNAME: ${ { secrets.MyTelerikAccountUsername } } # remove the space between the brackets
+ TELERIK_PASSWORD: ${ { secrets.MyTelerikAccountPassword } } # remove the space between the brackets
185
+
186
187
188
````
189
190
Then, read them as such in the `nuget.config` file, for example:
0 commit comments