This website requires JavaScript.
Explore
ben
ben/packages
Help
Sign In
mirrors
/
pulumi
mirror of
https://github.com/pulumi/pulumi.git
Watch
0
Star
0
Fork
You've already forked pulumi
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
28bff88aa9
Branches
Tags
No results found.
pulumi
/
scripts
/
build-sdk.cmd
2 lines
83 B
Batchfile
Raw
Normal View
History
Unescape
Escape
Remove SDK dependencies This change eliminates our dependencies on the SDK repo. Now that SDKs are comprised solely of pulumi/pulumi artifacts, a separate repo isn't required. This allows us to simplify some of the distribution. The install.sh script is modified slightly, to permit overriding the default install location using $PULUMI_INSTALL_PATH.
2018-04-28 20:05:30 +00:00
@
echo
off
Use newer versions of the build-sdk.sh scripts
2018-05-01 03:44:01 +00:00
powershell -noprofile -executionPolicy Unrestricted -file
"
%~dpn0
.ps1
"
%*