We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03d43d commit 434675bCopy full SHA for 434675b
1 file changed
samples/NuGet.config
@@ -21,7 +21,7 @@
21
<packageSourceCredentials>
22
<xpf>
23
<add key="Username" value="license" />
24
- <add key="ClearTextPassword" value="$(XpfLicenseKey)" />
+ <add key="ClearTextPassword" value="%XpfLicenseKey%" />
25
</xpf>
26
</packageSourceCredentials>
27
</configuration>
0 commit comments