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 0c36667 commit 18088aeCopy full SHA for 18088ae
Build/nuget-apikey-placeholder.txt
Build/nuget-publish.ps1
@@ -1,6 +1,6 @@
1
$root="$PSScriptRoot\.."
2
$nugetDir="$root\Artifacts\NuGet\"
3
-$apiKeyFile="nuget-apikey.txt"
+$apiKeyFile="$env:appdata\NuGet\unitsnet-apikey.txt"
4
5
$apiKey = Get-Content $apiKeyFile
6
Write-Host "Using API key: $apiKey"
0 commit comments