File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212before_install :
1313 - git config --global url.git@github.com:.insteadOf https://github.com/
1414 - git submodule update --init -- src/windows-build src/Modules/Pester src/libpsl-native/test/googletest
15- - ./download.sh
15+ - ./tools/ download.sh
1616script :
1717 - ulimit -n 4096; powershell -c "Import-Module ./build.psm1; Start-PSBootstrap; Start-PSBuild; Start-PSPester"
1818notifications :
Original file line number Diff line number Diff line change @@ -46,15 +46,15 @@ package cannot be downloaded as simply as with `wget`. We have a
4646script that wraps the GitHub API and uses a personal access token to
4747authorize in order to obtain the package.
4848
49- The ` ./download.sh ` script will also install the PowerShell package.
49+ The ` ./tools/ download.sh ` script will also install the PowerShell package.
5050
5151> You can alternativelly download via a browser, upload it to your
5252> box via some other method, and manually install it.
5353
5454In Bash:
5555
5656``` sh
57- GITHUB_TOKEN=< replace with your token> ./download.sh
57+ GITHUB_TOKEN=< replace with your token> ./tools/ download.sh
5858powershell
5959```
6060
File renamed without changes.
You can’t perform that action at this time.
0 commit comments