Skip to content

Commit cbb9663

Browse files
committed
update output path in publish script
1 parent 2054ce0 commit cbb9663

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/publish.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$outputPath = ".nuget"
1+
$outputPath = "NuGet"
22

33
New-Item -ItemType Directory -Force $outputPath
44

0 commit comments

Comments
 (0)