File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 3636 - ' %USERPROFILE%/.gradle/wrapper/dists'
3737
3838install :
39- - set PATH=C:\Program Files (x86)\MSBuild\15.0\Bin;C:\Program Files (x86)\Java\jdk1.8.0;%PATH%
39+ - set PATH=C:\Program Files (x86)\MSBuild\15.0\Bin;C:\Program Files (x86)\Java\jdk1.8.0;C:\ProgramData\chocolatey\bin; %PATH%
4040
4141# set up the environment variables used later in the build process
4242environment :
@@ -46,8 +46,6 @@ environment:
4646
4747before_build :
4848 - development/java/Rubberduck.Parsing/Grammar/gradlew.bat -p development/java/Rubberduck.Parsing/Grammar clean build
49- # install chocolatey (cinst)???
50- - ps : Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
5149 - cinst innosetup --version 6.0.5
5250 # - cinst codecov
5351 # - cinst gnupg
You can’t perform that action at this time.
0 commit comments