File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 2626 ${{ if eq(parameters.agentOs, 'macOS') }} :
2727 vmImage : macOS-10.15
2828 ${{ if eq(parameters.agentOs, 'Linux') }} :
29- vmImage : ubuntu-16 .04
29+ vmImage : ubuntu-18 .04
3030 ${{ if eq(parameters.agentOs, 'Windows') }} :
3131 vmImage : windows-2019
3232 steps :
7474 inputs :
7575 testRunner : junit
7676 testResultsFiles : ' $(Build.ArtifactStagingDirectory)/testOut/**/*.xml'
77- testRunTitle : ${{ parameters.agentOs }}-unit_test
77+ testRunTitle : ${{ parameters.agentOs }}-unit_test
Original file line number Diff line number Diff line change 1111#include < msgpack.hpp>
1212#include " binary_message_parser.h"
1313#include " binary_message_formatter.h"
14+ #include < cmath>
1415
1516namespace signalr
1617{
@@ -429,4 +430,4 @@ namespace signalr
429430 }
430431}
431432
432- #endif
433+ #endif
You can’t perform that action at this time.
0 commit comments