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 c787263 commit 72babb7Copy full SHA for 72babb7
Build/publish-nuget.ps1
@@ -9,7 +9,7 @@ Function Get-DropBox() {
9
}
10
11
$dropbox = Get-DropBox
12
-$keyfile = "$dropbox\Foundry57\nuget-key.txt"
+$keyfile = "$dropbox\Personal\nuget-key.txt"
13
$scriptpath = split-path -parent $MyInvocation.MyCommand.Path
14
$nugetpath = resolve-path "$scriptpath/../.nuget/nuget.exe"
15
$packagespath = resolve-path "$scriptpath/packages"
0 commit comments