Add a Windows version of the dynamic provider.

This commit is contained in:
pat@pulumi.com 2017-10-26 15:01:16 -07:00
parent 97f99d7fa1
commit 73f2670b98

View file

@ -0,0 +1,7 @@
@echo off
cd "%~dp0"
REM We depend on a custom node build that has exposed some internal state
REM This node is downloaded and extracted via the EnsureCustomNode target
REM in the root build.proj
"%~dp0\..\custom_node\node.exe" -e "require('./cmd/dynamic-provider');" %*