Skip to content

Commit ae30ec9

Browse files
committed
add publish script
1 parent 9480529 commit ae30ec9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

scripts/publish.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
$outputPath = ".nuget"
2+
3+
New-Item -ItemType Directory -Force $outputPath
4+
5+
dotnet pack -o $outputPath

0 commit comments

Comments
 (0)