We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a4ca9d commit a8dc3a6Copy full SHA for a8dc3a6
PushPackage.ps1
@@ -7,7 +7,7 @@ $scriptDir = $MyInvocation.MyCommand.Path | split-path
7
$outputDir = "$scriptDir\nugets"
8
write-debug "outputDir = $outputDir"
9
10
-md $outputDir -f | out-null
+New-Item $outputDir -f | out-null
11
12
gci "$outputDir\*" -filter *.nupkg |
13
Foreach-Object {
0 commit comments