Skip to content

Commit 434675b

Browse files
committed
Fix XPF nuget config
(cherry picked from commit 39607c3)
1 parent c03d43d commit 434675b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/NuGet.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<packageSourceCredentials>
2222
<xpf>
2323
<add key="Username" value="license" />
24-
<add key="ClearTextPassword" value="$(XpfLicenseKey)" />
24+
<add key="ClearTextPassword" value="%XpfLicenseKey%" />
2525
</xpf>
2626
</packageSourceCredentials>
2727
</configuration>

0 commit comments

Comments
 (0)