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 26
26
${{ if eq(parameters.agentOs, 'macOS') }} :
27
27
vmImage : macOS-10.15
28
28
${{ if eq(parameters.agentOs, 'Linux') }} :
29
- vmImage : ubuntu-16 .04
29
+ vmImage : ubuntu-18 .04
30
30
${{ if eq(parameters.agentOs, 'Windows') }} :
31
31
vmImage : windows-2019
32
32
steps :
74
74
inputs :
75
75
testRunner : junit
76
76
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 11
11
#include < msgpack.hpp>
12
12
#include " binary_message_parser.h"
13
13
#include " binary_message_formatter.h"
14
+ #include < cmath>
14
15
15
16
namespace signalr
16
17
{
@@ -429,4 +430,4 @@ namespace signalr
429
430
}
430
431
}
431
432
432
- #endif
433
+ #endif
You can’t perform that action at this time.
0 commit comments