Fixed nopush parameter in Publish.ps1
This commit is contained in:
parent
163a118ff9
commit
92dfed3a65
@ -1,4 +1,4 @@
|
|||||||
param([switch]$nopush = "nopush")
|
param([switch]$nopush)
|
||||||
|
|
||||||
New-Item -Path publish -Type directory -Force | Out-Null
|
New-Item -Path publish -Type directory -Force | Out-Null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user