File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- version : ' 2.5.9 .{build}'
1+ version : ' 2.5.92 .{build}'
22
33# enforce crlf fixing
44init :
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,10 +46,10 @@ environment:
4646
4747before_build :
4848 - development/java/Rubberduck.Parsing/Grammar/gradlew.bat -p development/java/Rubberduck.Parsing/Grammar clean build
49- - cinst innosetup --version 6.0.5
49+ - choco install innosetup --version 6.0.5
5050 # - cinst codecov
5151 # - cinst gnupg
52- - cinst opencover.portable
52+ - choco install opencover.portable
5353 - nuget restore RubberduckMeta.sln
5454 - nuget restore Rubberduck.sln
5555build_script :
@@ -167,4 +167,4 @@ notifications:
167167 template : " {{#passed}}:white_check_mark:{{/passed}}{{#failed}}:x:{{/failed}} [Build {{&projectName}} {{buildVersion}} {{status}}]({{buildUrl}}) (commit {{commitUrl}} by @{{&commitAuthorUsername}})"
168168 on_build_success : true
169169 on_build_failure : true
170- on_build_status_changed : true
170+ on_build_status_changed : true
You can’t perform that action at this time.
0 commit comments