mirror of https://github.com/grpc/grpc-node.git
Make PowerShell actually output something of some value
This commit is contained in:
parent
95e49dc684
commit
de9d8959b1
|
@ -14,6 +14,8 @@
|
|||
limitations under the License.
|
||||
#>
|
||||
|
||||
Set-PSDebug -trace 2
|
||||
|
||||
$ErrorActionPreference = "Stop"
|
||||
|
||||
<# https://stackoverflow.com/questions/16657778/install-nuget-via-powershell-script/26421187#comment107976901_48216538 #>
|
||||
|
|
Loading…
Reference in New Issue