Skip to content

Commit 72babb7

Browse files
committed
Fix dropbox key path to be generic
1 parent c787263 commit 72babb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build/publish-nuget.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Function Get-DropBox() {
99
}
1010

1111
$dropbox = Get-DropBox
12-
$keyfile = "$dropbox\Foundry57\nuget-key.txt"
12+
$keyfile = "$dropbox\Personal\nuget-key.txt"
1313
$scriptpath = split-path -parent $MyInvocation.MyCommand.Path
1414
$nugetpath = resolve-path "$scriptpath/../.nuget/nuget.exe"
1515
$packagespath = resolve-path "$scriptpath/packages"

0 commit comments

Comments
 (0)