We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9480529 commit ae30ec9Copy full SHA for ae30ec9
1 file changed
scripts/publish.ps1
@@ -0,0 +1,5 @@
1
+$outputPath = ".nuget"
2
+
3
+New-Item -ItemType Directory -Force $outputPath
4
5
+dotnet pack -o $outputPath
0 commit comments