microsoft / azure-pipelines-tasks

Tasks for Azure Pipelines
https://aka.ms/tfbuild
MIT License
3.5k stars 2.61k forks source link

Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1 #10236

Closed ceteongvanness closed 5 years ago

ceteongvanness commented 5 years ago

I get the issue that mention" ##[error]Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1" after I enabling the Continuous Integration with Azure Pipelines

After that it showing "##[section]Finishing: Restore"

current .NET Core version is 2.1.503

How can I solve this issue?

Here is the log 2019-04-25T10:32:33.2600654Z ##[section]Starting: Job 2019-04-25T10:32:33.9343518Z ##[section]Starting: Initialize job 2019-04-25T10:32:33.9343855Z Current agent version: '2.150.0' 2019-04-25T10:32:33.9534753Z Prepare build directory. 2019-04-25T10:32:34.0816295Z Set build variables. 2019-04-25T10:32:34.0863268Z Download all required tasks. 2019-04-25T10:32:34.1022480Z Downloading task: DotNetCoreCLI 2019-04-25T10:32:35.7826176Z Downloading task: PublishBuildArtifacts 2019-04-25T10:32:36.0226961Z Start tracking orphan processes. 2019-04-25T10:32:36.0291002Z ##[section]Finishing: Initialize job 2019-04-25T10:32:36.0977781Z ##[section]Starting: Checkout 2019-04-25T10:32:36.6865751Z ============================================================================== 2019-04-25T10:32:36.6865946Z Task : Get sources 2019-04-25T10:32:36.6866122Z Description : Get sources from a repository. Supports Git, TfsVC, and SVN repositories. 2019-04-25T10:32:36.6866180Z Version : 1.0.0 2019-04-25T10:32:36.6866215Z Author : Microsoft 2019-04-25T10:32:36.6866290Z Help : More Information 2019-04-25T10:32:36.6866325Z ============================================================================== 2019-04-25T10:32:37.5321306Z Syncing repository: Community (Git) 2019-04-25T10:32:37.5480304Z Prepending Path environment variable with directory containing 'git.exe'. 2019-04-25T10:32:37.5567119Z ##[command]git version 2019-04-25T10:32:38.6331188Z git version 2.21.0.windows.1 2019-04-25T10:32:38.6698264Z ##[command]git lfs version 2019-04-25T10:32:39.4640530Z git-lfs/1.5.2 (GitHub; windows amd64; go 1.7.3; git 547a06aa) 2019-04-25T10:32:39.4981847Z ##[command]git init "D:\a\1\s" 2019-04-25T10:32:39.6129774Z Initialized empty Git repository in D:/a/1/s/.git/ 2019-04-25T10:32:39.6176652Z ##[command]git remote add origin https://hauliov1.visualstudio.com/Community/_git/Community 2019-04-25T10:32:39.6446995Z ##[command]git config gc.auto 0 2019-04-25T10:32:39.6691361Z ##[command]git config --get-all http.https://hauliov1.visualstudio.com/Community/_git/Community.extraheader 2019-04-25T10:32:39.6929546Z ##[command]git config --get-all http.proxy 2019-04-25T10:32:39.7212278Z ##[command]git -c http.extraheader="AUTHORIZATION: bearer ***" fetch --tags --prune --progress --no-recurse-submodules origin 2019-04-25T10:32:43.1495389Z remote: Azure Repos
2019-04-25T10:32:44.3140822Z remote: 2019-04-25T10:32:44.3141056Z remote: Found 55800 objects to send. (1165 ms)
2019-04-25T10:32:44.4117714Z Receiving objects: 0% (1/55800)
2019-04-25T10:32:44.4141502Z Receiving objects: 1% (558/55800)
2019-04-25T10:32:44.4164893Z Receiving objects: 2% (1116/55800)
2019-04-25T10:32:44.4253544Z Receiving objects: 3% (1674/55800)
2019-04-25T10:32:44.4391780Z Receiving objects: 4% (2232/55800)
2019-04-25T10:32:44.4529916Z Receiving objects: 5% (2790/55800)
2019-04-25T10:32:44.4751445Z Receiving objects: 6% (3348/55800)
2019-04-25T10:32:44.4881387Z Receiving objects: 7% (3906/55800)
2019-04-25T10:32:44.5051998Z Receiving objects: 8% (4464/55800)
2019-04-25T10:32:44.5119863Z Receiving objects: 9% (5022/55800)
2019-04-25T10:32:44.5217414Z Receiving objects: 10% (5580/55800)
2019-04-25T10:32:44.5331659Z Receiving objects: 11% (6138/55800)
2019-04-25T10:32:44.5363134Z Receiving objects: 12% (6696/55800)
2019-04-25T10:32:44.5449562Z Receiving objects: 13% (7254/55800)
2019-04-25T10:32:44.5508342Z Receiving objects: 14% (7812/55800)
2019-04-25T10:32:44.5576306Z Receiving objects: 15% (8370/55800)
2019-04-25T10:32:45.1640163Z Receiving objects: 16% (8928/55800)
2019-04-25T10:32:45.1640728Z Receiving objects: 17% (9486/55800)
2019-04-25T10:32:45.1640992Z Receiving objects: 18% (10044/55800)
2019-04-25T10:32:45.1641328Z Receiving objects: 19% (10602/55800)
2019-04-25T10:32:45.1641553Z Receiving objects: 20% (11160/55800)
2019-04-25T10:32:45.1641777Z Receiving objects: 21% (11718/55800)
2019-04-25T10:32:45.1643059Z Receiving objects: 22% (12276/55800)
2019-04-25T10:32:45.1643313Z Receiving objects: 23% (12834/55800)
2019-04-25T10:32:45.1643541Z Receiving objects: 24% (13392/55800)
2019-04-25T10:32:45.1643764Z Receiving objects: 25% (13950/55800)
2019-04-25T10:32:45.1644101Z Receiving objects: 26% (14508/55800)
2019-04-25T10:32:45.1644326Z Receiving objects: 27% (15066/55800)
2019-04-25T10:32:45.1644546Z Receiving objects: 28% (15624/55800)
2019-04-25T10:32:45.1644783Z Receiving objects: 29% (16182/55800)
2019-04-25T10:32:45.1645529Z Receiving objects: 30% (16740/55800)
2019-04-25T10:32:45.1646199Z Receiving objects: 31% (17298/55800)
2019-04-25T10:32:45.1646443Z Receiving objects: 32% (17856/55800)
2019-04-25T10:32:45.1646690Z Receiving objects: 33% (18414/55800)
2019-04-25T10:32:45.1646910Z Receiving objects: 34% (18972/55800)
2019-04-25T10:32:45.1647130Z Receiving objects: 35% (19530/55800)
2019-04-25T10:32:45.1647391Z Receiving objects: 36% (20088/55800)
2019-04-25T10:32:45.1647615Z Receiving objects: 37% (20646/55800), 9.77 MiB | 19.52 MiB/s
2019-04-25T10:32:45.1647843Z Receiving objects: 38% (21204/55800), 9.77 MiB | 19.52 MiB/s
2019-04-25T10:32:45.1648091Z Receiving objects: 39% (21762/55800), 9.77 MiB | 19.52 MiB/s
2019-04-25T10:32:45.1648314Z Receiving objects: 40% (22320/55800), 9.77 MiB | 19.52 MiB/s
2019-04-25T10:32:45.1648536Z Receiving objects: 41% (22878/55800), 9.77 MiB | 19.52 MiB/s
2019-04-25T10:32:45.1648787Z Receiving objects: 42% (23436/55800), 9.77 MiB | 19.52 MiB/s
2019-04-25T10:32:45.1649015Z Receiving objects: 43% (23994/55800), 9.77 MiB | 19.52 MiB/s
2019-04-25T10:32:45.2347114Z Receiving objects: 44% (24552/55800), 9.77 MiB | 19.52 MiB/s
2019-04-25T10:32:45.2979223Z Receiving objects: 45% (25110/55800), 9.77 MiB | 19.52 MiB/s
2019-04-25T10:32:45.2979785Z Receiving objects: 46% (25668/55800), 9.77 MiB | 19.52 MiB/s
2019-04-25T10:32:45.4091932Z Receiving objects: 47% (26226/55800), 9.77 MiB | 19.52 MiB/s
2019-04-25T10:32:46.1849233Z Receiving objects: 47% (26425/55800), 23.31 MiB | 23.31 MiB/s
2019-04-25T10:32:46.2323864Z Receiving objects: 48% (26784/55800), 42.21 MiB | 28.13 MiB/s
2019-04-25T10:32:46.2470523Z Receiving objects: 49% (27342/55800), 42.21 MiB | 28.13 MiB/s
2019-04-25T10:32:46.3203005Z Receiving objects: 50% (27900/55800), 42.21 MiB | 28.13 MiB/s
2019-04-25T10:32:46.3601456Z Receiving objects: 51% (28458/55800), 42.21 MiB | 28.13 MiB/s
2019-04-25T10:32:46.3820473Z Receiving objects: 52% (29016/55800), 42.21 MiB | 28.13 MiB/s
2019-04-25T10:32:46.3952639Z Receiving objects: 53% (29574/55800), 42.21 MiB | 28.13 MiB/s
2019-04-25T10:32:46.4025130Z Receiving objects: 54% (30132/55800), 42.21 MiB | 28.13 MiB/s
2019-04-25T10:32:46.4188092Z Receiving objects: 54% (30346/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:46.4433857Z Receiving objects: 55% (30690/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:46.4666855Z Receiving objects: 56% (31248/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:46.5650130Z Receiving objects: 57% (31806/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:46.5833930Z Receiving objects: 58% (32364/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:46.7022551Z Receiving objects: 59% (32922/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:46.7234041Z Receiving objects: 60% (33480/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:46.7380867Z Receiving objects: 61% (34038/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:46.7575808Z Receiving objects: 62% (34596/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:46.7793298Z Receiving objects: 63% (35154/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:46.7944067Z Receiving objects: 64% (35712/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:46.8115745Z Receiving objects: 65% (36270/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:47.4136599Z Receiving objects: 66% (36828/55800), 56.16 MiB | 28.08 MiB/s
2019-04-25T10:32:47.5300100Z Receiving objects: 66% (37353/55800), 86.87 MiB | 28.95 MiB/s
2019-04-25T10:32:48.4200430Z Receiving objects: 67% (37386/55800), 86.87 MiB | 28.95 MiB/s
2019-04-25T10:32:48.4565481Z Receiving objects: 67% (37937/55800), 118.52 MiB | 29.63 MiB/s
2019-04-25T10:32:48.9826740Z Receiving objects: 68% (37944/55800), 118.52 MiB | 29.63 MiB/s
2019-04-25T10:32:49.0664684Z Receiving objects: 69% (38502/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.1108535Z Receiving objects: 70% (39060/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.1436084Z Receiving objects: 71% (39618/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.1723334Z Receiving objects: 72% (40176/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2029420Z Receiving objects: 73% (40734/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2087628Z Receiving objects: 74% (41292/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2147317Z Receiving objects: 75% (41850/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2205018Z Receiving objects: 76% (42408/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2265381Z Receiving objects: 77% (42966/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2330892Z Receiving objects: 78% (43524/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2382603Z Receiving objects: 79% (44082/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2414442Z Receiving objects: 80% (44640/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2444239Z Receiving objects: 81% (45198/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2479571Z Receiving objects: 82% (45756/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2513695Z Receiving objects: 83% (46314/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2543879Z Receiving objects: 84% (46872/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2573723Z Receiving objects: 85% (47430/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2596293Z Receiving objects: 86% (47988/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2621863Z Receiving objects: 87% (48546/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2647554Z Receiving objects: 88% (49104/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2679460Z Receiving objects: 89% (49662/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2701473Z Receiving objects: 90% (50220/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2734058Z Receiving objects: 91% (50778/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2758307Z Receiving objects: 92% (51336/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2820965Z Receiving objects: 93% (51894/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2875498Z Receiving objects: 94% (52452/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.2959980Z Receiving objects: 95% (53010/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.3058985Z Receiving objects: 96% (53568/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.3172088Z Receiving objects: 97% (54126/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.3291126Z Receiving objects: 98% (54684/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.3432222Z Receiving objects: 99% (55242/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.3433209Z Receiving objects: 100% (55800/55800), 129.81 MiB | 28.85 MiB/s
2019-04-25T10:32:49.3433701Z Receiving objects: 100% (55800/55800), 139.80 MiB | 28.30 MiB/s, done. 2019-04-25T10:32:49.5629125Z Resolving deltas: 0% (0/32285)
2019-04-25T10:32:49.7372901Z Resolving deltas: 1% (324/32285)
2019-04-25T10:32:49.9274783Z Resolving deltas: 2% (649/32285)
2019-04-25T10:32:50.1043347Z Resolving deltas: 3% (973/32285)
2019-04-25T10:32:50.1184107Z Resolving deltas: 4% (1341/32285)
2019-04-25T10:32:50.3092824Z Resolving deltas: 5% (1643/32285)
2019-04-25T10:32:50.5002871Z Resolving deltas: 6% (1951/32285)
2019-04-25T10:32:50.6909421Z Resolving deltas: 7% (2260/32285)
2019-04-25T10:32:50.6982548Z Resolving deltas: 8% (2606/32285)
2019-04-25T10:32:50.7243160Z Resolving deltas: 9% (2937/32285)
2019-04-25T10:32:50.7243718Z Resolving deltas: 10% (3229/32285)
2019-04-25T10:32:50.7244111Z Resolving deltas: 11% (3560/32285)
2019-04-25T10:32:50.7244476Z Resolving deltas: 12% (3889/32285)
2019-04-25T10:32:50.7246260Z Resolving deltas: 13% (4219/32285)
2019-04-25T10:32:50.7246698Z Resolving deltas: 14% (4524/32285)
2019-04-25T10:32:50.7247280Z Resolving deltas: 15% (4849/32285)
2019-04-25T10:32:50.7247704Z Resolving deltas: 16% (5195/32285)
2019-04-25T10:32:50.7248335Z Resolving deltas: 17% (5501/32285)
2019-04-25T10:32:50.7248700Z Resolving deltas: 18% (5843/32285)
2019-04-25T10:32:50.7249047Z Resolving deltas: 19% (6135/32285)
2019-04-25T10:32:50.7249417Z Resolving deltas: 20% (6479/32285)
2019-04-25T10:32:50.7249765Z Resolving deltas: 21% (6807/32285)
2019-04-25T10:32:50.7250130Z Resolving deltas: 22% (7125/32285)
2019-04-25T10:32:50.7250476Z Resolving deltas: 23% (7440/32285)
2019-04-25T10:32:50.7250837Z Resolving deltas: 24% (7752/32285)
2019-04-25T10:32:50.7251178Z Resolving deltas: 25% (8079/32285)
2019-04-25T10:32:50.7251526Z Resolving deltas: 26% (8457/32285)
2019-04-25T10:32:50.7252464Z Resolving deltas: 27% (8741/32285)
2019-04-25T10:32:50.7252965Z Resolving deltas: 28% (9040/32285)
2019-04-25T10:32:50.7253325Z Resolving deltas: 29% (9393/32285)
2019-04-25T10:32:50.7253682Z Resolving deltas: 30% (9722/32285)
2019-04-25T10:32:50.7254077Z Resolving deltas: 31% (10014/32285)
2019-04-25T10:32:50.7254509Z Resolving deltas: 32% (10352/32285)
2019-04-25T10:32:50.7254859Z Resolving deltas: 33% (10676/32285)
2019-04-25T10:32:50.7255235Z Resolving deltas: 34% (10982/32285)
2019-04-25T10:32:50.7255575Z Resolving deltas: 35% (11326/32285)
2019-04-25T10:32:50.7256244Z Resolving deltas: 36% (11624/32285)
2019-04-25T10:32:50.7256623Z Resolving deltas: 37% (11947/32285)
2019-04-25T10:32:50.7256961Z Resolving deltas: 38% (12282/32285)
2019-04-25T10:32:50.7257290Z Resolving deltas: 39% (12596/32285)
2019-04-25T10:32:50.7258141Z Resolving deltas: 40% (12925/32285)
2019-04-25T10:32:50.7258485Z Resolving deltas: 41% (13301/32285)
2019-04-25T10:32:50.7259002Z Resolving deltas: 42% (13562/32285)
2019-04-25T10:32:50.7259365Z Resolving deltas: 43% (13883/32285)
2019-04-25T10:32:50.7259735Z Resolving deltas: 44% (14206/32285)
2019-04-25T10:32:50.7260070Z Resolving deltas: 45% (14529/32285)
2019-04-25T10:32:50.7260396Z Resolving deltas: 46% (14853/32285)
2019-04-25T10:32:50.7260752Z Resolving deltas: 47% (15174/32285)
2019-04-25T10:32:50.7261083Z Resolving deltas: 48% (15513/32285)
2019-04-25T10:32:50.7261626Z Resolving deltas: 49% (15820/32285)
2019-04-25T10:32:50.7262084Z Resolving deltas: 50% (16143/32285)
2019-04-25T10:32:50.7262532Z Resolving deltas: 51% (16493/32285)
2019-04-25T10:32:50.7262895Z Resolving deltas: 52% (16814/32285)
2019-04-25T10:32:50.7263736Z Resolving deltas: 53% (17113/32285)
2019-04-25T10:32:50.7263958Z Resolving deltas: 54% (17440/32285)
2019-04-25T10:32:50.7264148Z Resolving deltas: 55% (17761/32285)
2019-04-25T10:32:50.7264339Z Resolving deltas: 56% (18116/32285)
2019-04-25T10:32:50.7264547Z Resolving deltas: 57% (18417/32285)
2019-04-25T10:32:50.7264735Z Resolving deltas: 58% (18768/32285)
2019-04-25T10:32:50.7264941Z Resolving deltas: 59% (19155/32285)
2019-04-25T10:32:50.7265136Z Resolving deltas: 60% (19374/32285)
2019-04-25T10:32:50.7265341Z Resolving deltas: 61% (19694/32285)
2019-04-25T10:32:50.7265552Z Resolving deltas: 62% (20051/32285)
2019-04-25T10:32:50.7269011Z Resolving deltas: 63% (20378/32285)
2019-04-25T10:32:50.7269237Z Resolving deltas: 64% (20663/32285)
2019-04-25T10:32:50.7269432Z Resolving deltas: 65% (20992/32285)
2019-04-25T10:32:50.7269789Z Resolving deltas: 66% (21309/32285)
2019-04-25T10:32:50.7269998Z Resolving deltas: 67% (21633/32285)
2019-04-25T10:32:50.7270440Z Resolving deltas: 68% (21955/32285)
2019-04-25T10:32:50.7270633Z Resolving deltas: 69% (22337/32285)
2019-04-25T10:32:50.7274045Z Resolving deltas: 70% (22609/32285)
2019-04-25T10:32:50.7274313Z Resolving deltas: 71% (22933/32285)
2019-04-25T10:32:50.7274506Z Resolving deltas: 72% (23263/32285)
2019-04-25T10:32:50.7274695Z Resolving deltas: 73% (23573/32285)
2019-04-25T10:32:50.7275170Z Resolving deltas: 74% (23897/32285)
2019-04-25T10:32:50.7319554Z Resolving deltas: 75% (24215/32285)
2019-04-25T10:32:50.7319614Z Resolving deltas: 76% (24538/32285)
2019-04-25T10:32:50.7319652Z Resolving deltas: 77% (24875/32285)
2019-04-25T10:32:50.7319709Z Resolving deltas: 78% (25200/32285)
2019-04-25T10:32:50.7319746Z Resolving deltas: 78% (25229/32285)
2019-04-25T10:32:50.7319798Z Resolving deltas: 79% (25506/32285)
2019-04-25T10:32:50.7319834Z Resolving deltas: 80% (25828/32285)
2019-04-25T10:32:50.7319880Z Resolving deltas: 81% (26153/32285)
2019-04-25T10:32:50.7319916Z Resolving deltas: 82% (26475/32285)
2019-04-25T10:32:50.7764025Z Resolving deltas: 83% (26806/32285)
2019-04-25T10:32:50.7764092Z Resolving deltas: 84% (27124/32285)
2019-04-25T10:32:50.7764130Z Resolving deltas: 85% (27452/32285)
2019-04-25T10:32:50.7764166Z Resolving deltas: 86% (27767/32285)
2019-04-25T10:32:50.7764229Z Resolving deltas: 87% (28138/32285)
2019-04-25T10:32:50.7764267Z Resolving deltas: 88% (28428/32285)
2019-04-25T10:32:50.7764302Z Resolving deltas: 89% (28751/32285)
2019-04-25T10:32:50.7764338Z Resolving deltas: 90% (29064/32285)
2019-04-25T10:32:50.7764382Z Resolving deltas: 91% (29380/32285)
2019-04-25T10:32:50.7764419Z Resolving deltas: 92% (29731/32285)
2019-04-25T10:32:50.7764454Z Resolving deltas: 93% (30037/32285)
2019-04-25T10:32:50.7764499Z Resolving deltas: 94% (30357/32285)
2019-04-25T10:32:50.7764539Z Resolving deltas: 95% (30690/32285)
2019-04-25T10:32:50.7764576Z Resolving deltas: 96% (31011/32285)
2019-04-25T10:32:50.7764612Z Resolving deltas: 97% (31320/32285)
2019-04-25T10:32:50.7764703Z Resolving deltas: 98% (31645/32285)
2019-04-25T10:32:50.7764758Z Resolving deltas: 99% (31971/32285)
2019-04-25T10:32:50.7764794Z Resolving deltas: 100% (32285/32285)
2019-04-25T10:32:50.7764832Z Resolving deltas: 100% (32285/32285), done. 2019-04-25T10:32:51.5351130Z From https://hauliov1.visualstudio.com/Community/_git/Community 2019-04-25T10:32:51.5351967Z [new branch] 5e182a9d-revert-from-code-refactoring -> origin/5e182a9d-revert-from-code-refactoring 2019-04-25T10:32:51.5352182Z [new branch] Azure-Search-Dashboard -> origin/Azure-Search-Dashboard 2019-04-25T10:32:51.5352347Z [new branch] BUG-1230-move-the-field-box-under-the-header -> origin/BUG-1230-move-the-field-box-under-the-header 2019-04-25T10:32:51.5352553Z [new branch] BUG-1250-As-a-haulier-assigned-a-container-in-the-job-I-should-be-able-to-see-the-PIC-details -> origin/BUG-1250-As-a-haulier-assigned-a-container-in-the-job-I-should-be-able-to-see-the-PIC-details 2019-04-25T10:32:51.5352740Z [new branch] BUG-1272-As-a-Haulier-who-responded-to-a-Job-I-should-see-the-Company-Name-for-a-Delivery-Location-ONLY-when-I-am-assigned-a-container-in-the-Job -> origin/BUG-1272-As-a-Haulier-who-responded-to-a-Job-I-should-see-the-Company-Name-for-a-Delivery-Location-ONLY-when-I-am-assigned-a-container-in-the-Job 2019-04-25T10:32:51.5352934Z [new branch] BUG-1273-As-a-Haulier-who-created-a-sublet-job-I-should-still-see-the-Warehouse-Contact-Person-entered-when-I-click-Edit-Info -> origin/BUG-1273-As-a-Haulier-who-created-a-sublet-job-I-should-still-see-the-Warehouse-Contact-Person-entered-when-I-click-Edit-Info 2019-04-25T10:32:51.5353104Z [new branch] BUG-1288-As-a-job-creator-editing-a-job's-info-I-should-not-be-able-to-indicate-Truck-In-timing -> origin/BUG-1288-As-a-job-creator-editing-a-job's-info-I-should-not-be-able-to-indicate-Truck-In-timing 2019-04-25T10:32:51.5353829Z [new branch] BUG-1420-As-a-controller-I-should-not-be-able-assign-trip-cards-above-the-ongoing-jobs-in-the-driver-windows -> origin/BUG-1420-As-a-controller-I-should-not-be-able-assign-trip-cards-above-the-ongoing-jobs-in-the-driver-windows 2019-04-25T10:32:51.5354263Z [new branch] BUG-1475-As-a-SuperUser-duplicating-a-OW-booking-and-editing-the-Needed-by-date-then-the-Needed-by-date-should-not-change-after-submission -> origin/BUG-1475-As-a-SuperUser-duplicating-a-OW-booking-and-editing-the-Needed-by-date-then-the-Needed-by-date-should-not-change-after-submission 2019-04-25T10:32:51.5354511Z [new branch] BUG-1493-As-a-user-creating-new-booking-I-should-be-able-to-see-the-notes-field-for-OW-jobs -> origin/BUG-1493-As-a-user-creating-new-booking-I-should-be-able-to-see-the-notes-field-for-OW-jobs 2019-04-25T10:32:51.5354686Z [new branch] BUG-2997-API-Incorrect-Translation-in-API-for-mobile-app -> origin/BUG-2997-API-Incorrect-Translation-in-API-for-mobile-app 2019-04-25T10:32:51.5354869Z [new branch] Bug-1329-be-able-to-see-45ft-being-reflected-in-transactional-report -> origin/Bug-1329-be-able-to-see-45ft-being-reflected-in-transactional-report 2019-04-25T10:32:51.5355028Z [new branch] Bug-1461-responding-thank-you-message-in-chat -> origin/Bug-1461-responding-thank-you-message-in-chat 2019-04-25T10:32:51.5355208Z [new branch] Bug-1462-Given-I-am-SuperUser-who-has-duplicated-a-job-when-I-input-information-it-should-be-reflected-in-Job-Management-page -> origin/Bug-1462-Given-I-am-SuperUser-who-has-duplicated-a-job-when-I-input-information-it-should-be-reflected-in-Job-Management-page 2019-04-25T10:32:51.5355388Z [new branch] Bug-2034-if-driver-updates-the-detail-via-app-details-should-be-updated -> origin/Bug-2034-if-driver-updates-the-detail-via-app-details-should-be-updated 2019-04-25T10:32:51.5355585Z [new branch] Bug-3239-As-a-controller-I-should-not-be-able-to-create-a-double-mount-job-with-the-same-container-no -> origin/Bug-3239-As-a-controller-I-should-not-be-able-to-create-a-double-mount-job-with-the-same-container-no 2019-04-25T10:32:51.5355758Z [new branch] JasonCommunityBranch -> origin/JasonCommunityBranch 2019-04-25T10:32:51.5356253Z [new branch] PSA-Messaging-Created-From-DLP -> origin/PSA-Messaging-Created-From-DLP 2019-04-25T10:32:51.5356477Z [new branch] US-1111-should-be-able-to-export-Trip-Form-data-out-from-the-platform -> origin/US-1111-should-be-able-to-export-Trip-Form-data-out-from-the-platform 2019-04-25T10:32:51.5356645Z [new branch] US-1138-As-PSA-I-should-receive-email-notification-between-12am-4am -> origin/US-1138-As-PSA-I-should-receive-email-notification-between-12am-4am 2019-04-25T10:32:51.5356821Z [new branch] US-1140-As-PSA-receive-more-tomorrow-list-of-movers-at-3pm-today -> origin/US-1140-As-PSA-receive-more-tomorrow-list-of-movers-at-3pm-today 2019-04-25T10:32:51.5550482Z [new branch] US-1186-the-vessel-ETA-can-be-auto-filled-from-database-when-create-job-and-fill-in-Vessel-and-Voyage -> origin/US-1186-the-vessel-ETA-can-be-auto-filled-from-database-when-create-job-and-fill-in-Vessel-and-Voyage 2019-04-25T10:32:51.5551683Z [new branch] US-1221-As-a-controller-using-HCS-I-should-be-able-to-choose-the-category-of-Locations-for-my-Send-Trip-Type -> origin/US-1221-As-a-controller-using-HCS-I-should-be-able-to-choose-the-category-of-Locations-for-my-Send-Trip-Type 2019-04-25T10:32:51.5552648Z [new branch] US-1221-As-a-controller-using-HCS-I-should-be-able-to-choose-the-category-of-Locations-for-my-Send-Trip-Type-master -> origin/US-1221-As-a-controller-using-HCS-I-should-be-able-to-choose-the-category-of-Locations-for-my-Send-Trip-Type-master 2019-04-25T10:32:51.5553605Z [new branch] US-1408-As-a-Superuser-I-should-also-be-able-to-bookmark-my-jobs-under-the-Pending-and-Acknowledge-tabs -> origin/US-1408-As-a-Superuser-I-should-also-be-able-to-bookmark-my-jobs-under-the-Pending-and-Acknowledge-tabs 2019-04-25T10:32:51.5554763Z [new branch] US-1508-As-a-superuser-adding-a-new-charge-I-should-be-able-to-see-the-haulier-which-the-container-is-being-assigned-to -> origin/US-1508-As-a-superuser-adding-a-new-charge-I-should-be-able-to-see-the-haulier-which-the-container-is-being-assigned-to 2019-04-25T10:32:51.5556133Z [new branch] US-1510-As-an-accounts-superuser-I-should-be-able-to-bookmark-my-jobs-in-Billing-tab -> origin/US-1510-As-an-accounts-superuser-I-should-be-able-to-bookmark-my-jobs-in-Billing-tab 2019-04-25T10:32:51.5557171Z [new branch] US-1524-should-not-be-locked-when-assigning-a-job -> origin/US-1524-should-not-be-locked-when-assigning-a-job 2019-04-25T10:32:51.5558088Z [new branch] US-1957-should-key-in-logical-inputs-when-create-edit-Prime-Mover-details -> origin/US-1957-should-key-in-logical-inputs-when-create-edit-Prime-Mover-details 2019-04-25T10:32:51.5559097Z [new branch] US-2167-should-not-see-CMS-as-a-price-item-when-HLA-or-Allied-is-selected -> origin/US-2167-should-not-see-CMS-as-a-price-item-when-HLA-or-Allied-is-selected 2019-04-25T10:32:51.5560083Z [new branch] US-2308-API-driver-should-be-informed-if-login-credentials-are-invalid -> origin/US-2308-API-driver-should-be-informed-if-login-credentials-are-invalid 2019-04-25T10:32:51.5560984Z [new branch] US-2319-driver's-shift-should-turn-off-whenever-assig-a-new-vehicle-to-them -> origin/US-2319-driver's-shift-should-turn-off-whenever-assig-a-new-vehicle-to-them 2019-04-25T10:32:51.5561892Z [new branch] US-2660-should-see-Off-hire-Reference-No-instead-of-Seal-No-in-Return-Trip -> origin/US-2660-should-see-Off-hire-Reference-No-instead-of-Seal-No-in-Return-Trip 2019-04-25T10:32:51.5562788Z [new branch] US-2661-should-see-Release-Pickup-Reference-No-field-for-Collection-Trip -> origin/US-2661-should-see-Release-Pickup-Reference-No-field-for-Collection-Trip 2019-04-25T10:32:51.5563700Z [new branch] US-883-move-ManageUsers-section-of-CompaniesPage-to-CompanyProfilePage-for-Haulio -> origin/US-883-move-ManageUsers-section-of-CompaniesPage-to-CompanyProfilePage-for-Haulio 2019-04-25T10:32:51.5564627Z [new branch] add-application-insights-to-community-api -> origin/add-application-insights-to-community-api 2019-04-25T10:32:51.5565579Z [new branch] add-application-insights-to-production -> origin/add-application-insights-to-production 2019-04-25T10:32:51.5566957Z [new branch] add-automatic-haulio-pricing-for-20-40-round-trip -> origin/add-automatic-haulio-pricing-for-20-40-round-trip 2019-04-25T10:32:51.5567903Z [new branch] add-delivery-location-for-haulier -> origin/add-delivery-location-for-haulier 2019-04-25T10:32:51.5568864Z [new branch] add-driver-tab-under-fleet-management-tab -> origin/add-driver-tab-under-fleet-management-tab 2019-04-25T10:32:51.5569805Z [new branch] add-enable-disable-pricing-template-edit -> origin/add-enable-disable-pricing-template-edit 2019-04-25T10:32:51.5570718Z [new branch] add-info-to-ongoing-job-popup -> origin/add-info-to-ongoing-job-popup 2019-04-25T10:32:51.5571607Z [new branch] add-lolo-account -> origin/add-lolo-account 2019-04-25T10:32:51.5572488Z [new branch] add-new-trip-card-after-pregate -> origin/add-new-trip-card-after-pregate 2019-04-25T10:32:51.5573420Z [new branch] add-nmt-to-import-trip -> origin/add-nmt-to-import-trip 2019-04-25T10:32:51.5574414Z [new branch] add-notification-caching -> origin/add-notification-caching 2019-04-25T10:32:51.5575237Z [new branch] add-portnet-and-pw-column-to-ongoing-job-list -> origin/add-portnet-and-pw-column-to-ongoing-job-list 2019-04-25T10:32:51.5576021Z [new branch] add-portnet-view-to-ops-dashboard -> origin/add-portnet-view-to-ops-dashboard 2019-04-25T10:32:51.5752534Z [new branch] add-retry-logic-execution-strategy -> origin/add-retry-logic-execution-strategy 2019-04-25T10:32:51.5753682Z [new branch] add-seal-no-to-trip-details-prod -> origin/add-seal-no-to-trip-details-prod 2019-04-25T10:32:51.5754623Z [new branch] add-secret-login-for-sebastian -> origin/add-secret-login-for-sebastian 2019-04-25T10:32:51.5755519Z [new branch] add-teresa-and-angela-to-new-registrant-email -> origin/add-teresa-and-angela-to-new-registrant-email 2019-04-25T10:32:51.5756602Z [new branch] add-trailer-number-to-driver-chat -> origin/add-trailer-number-to-driver-chat 2019-04-25T10:32:51.5757581Z [new branch] add-update-driver-trip -> origin/add-update-driver-trip 2019-04-25T10:32:51.5758547Z [new branch] add-updates-to-each-tab -> origin/add-updates-to-each-tab 2019-04-25T10:32:51.5759605Z [new branch] add-vessel-name-to-one-way-job -> origin/add-vessel-name-to-one-way-job 2019-04-25T10:32:51.5760520Z [new branch] additional-charge-under-in-trip-history -> origin/additional-charge-under-in-trip-history 2019-04-25T10:32:51.5761488Z [new branch] additional-charges-for-sublet-job -> origin/additional-charges-for-sublet-job 2019-04-25T10:32:51.5762381Z [new branch] allow-whatsapp-numbers-masking-in-non-deployment-env -> origin/allow-whatsapp-numbers-masking-in-non-deployment-env 2019-04-25T10:32:51.5763277Z [new branch] alvinlim-deployment -> origin/alvinlim-deployment 2019-04-25T10:32:51.5764170Z [new branch] as-a-haulier-should-not-see-some-details-or-receive-notifications -> origin/as-a-haulier-should-not-see-some-details-or-receive-notifications 2019-04-25T10:32:51.5769340Z [new branch] auto-assigned-trip-cards-to-be-at-the-bottom-of-the-list-in-driver-window -> origin/auto-assigned-trip-cards-to-be-at-the-bottom-of-the-list-in-driver-window 2019-04-25T10:32:51.5770896Z [new branch] automatically-scroll-down-when-moving-a-trip-card-to-bottom-of-window-in-HCP-driver-scheduling-board -> origin/automatically-scroll-down-when-moving-a-trip-card-to-bottom-of-window-in-HCP-driver-scheduling-board 2019-04-25T10:32:51.5774939Z [new branch] broadcast-rebroadcast-job-without-email -> origin/broadcast-rebroadcast-job-without-email 2019-04-25T10:32:51.5776479Z [new branch] bug-1190-change-new-line-method-and-reload-method-for-HCS-chat-input -> origin/bug-1190-change-new-line-method-and-reload-method-for-HCS-chat-input 2019-04-25T10:32:51.5777461Z [new branch] bug-1200-add-space-for-trucking-instruction-header-on-pdf-export -> origin/bug-1200-add-space-for-trucking-instruction-header-on-pdf-export 2019-04-25T10:32:51.5778408Z [new branch] bug-1246-add-LoadingBayFloor-LoadingBayNumber-for-im-ex-job-details-as-a-haulier -> origin/bug-1246-add-LoadingBayFloor-LoadingBayNumber-for-im-ex-job-details-as-a-haulier 2019-04-25T10:32:51.5779393Z [new branch] bug-1298-user-should-not-see-portnet-and-pW-column-in-billing-page -> origin/bug-1298-user-should-not-see-portnet-and-pW-column-in-billing-page 2019-04-25T10:32:51.5781168Z [new branch] bug-1342-order-decending-for-notification-in-mobile-view -> origin/bug-1342-order-decending-for-notification-in-mobile-view 2019-04-25T10:32:51.5782146Z [new branch] bug-1348-not-able-to-enter-texts-which-are-not-date-format-in-date-fields -> origin/bug-1348-not-able-to-enter-texts-which-are-not-date-format-in-date-fields 2019-04-25T10:32:51.5783053Z [new branch] bug-1367-adjust-charges-table-width-on-mobile -> origin/bug-1367-adjust-charges-table-width-on-mobile 2019-04-25T10:32:51.5783988Z [new branch] bug-1369-notification-content-should-still-be-seen-at-see-all-notifications-page -> origin/bug-1369-notification-content-should-still-be-seen-at-see-all-notifications-page 2019-04-25T10:32:51.5784912Z [new branch] bug-1410-when-created-sublet-job-for-pataners-to-see-the-job-status-as-Responded-instead-of-Ongoing -> origin/bug-1410-when-created-sublet-job-for-pataners-to-see-the-job-status-as-Responded-instead-of-Ongoing 2019-04-25T10:32:51.5786411Z [new branch] bug-1419-haulier-responding-to-a-job-should-be-able-to-update-container-information-when-instant-update-of-the-container-information-on-Job-Management-page -> origin/bug-1419-haulier-responding-to-a-job-should-be-able-to-update-container-information-when-instant-update-of-the-container-information-on-Job-Management-page 2019-04-25T10:32:51.5787418Z [new branch] bug-1447-fixing-row-sorting-in-container-details-sections-of-superuser -> origin/bug-1447-fixing-row-sorting-in-container-details-sections-of-superuser 2019-04-25T10:32:51.5788450Z [new branch] bug-1457-make-able-to-change-company-name-of-DLP-profile-as-superUser -> origin/bug-1457-make-able-to-change-company-name-of-DLP-profile-as-superUser 2019-04-25T10:32:51.5903920Z [new branch] bug-1460-I-should-be-able-to-receive-real-time-notifications-from-my-side-tab -> origin/bug-1460-I-should-be-able-to-receive-real-time-notifications-from-my-side-tab 2019-04-25T10:32:51.5904864Z [new branch] bug-1469-haulier-lable-bolded-in-green-for-unread-chats-in-haulage-bookings-respondents-column -> origin/bug-1469-haulier-lable-bolded-in-green-for-unread-chats-in-haulage-bookings-respondents-column 2019-04-25T10:32:51.5905753Z [new branch] bug-1478-fixing-job-type-filtering-in-completed-job-of-shipper-and-depot -> origin/bug-1478-fixing-job-type-filtering-in-completed-job-of-shipper-and-depot 2019-04-25T10:32:51.5906975Z [new branch] bug-1514-able-to-add-Company-Users-for-Administrators -> origin/bug-1514-able-to-add-Company-Users-for-Administrators 2019-04-25T10:32:51.5907828Z [new branch] bug-1552-should-see-modal-with-correct-job-instruction-when-click-kanban-item-from-kanban-board -> origin/bug-1552-should-see-modal-with-correct-job-instruction-when-click-kanban-item-from-kanban-board 2019-04-25T10:32:51.5908719Z [new branch] bug-1588-that-should-not-see-the-dropdown-list-for-pickup-location-overlap-with-delivery-location-field-name-and-options -> origin/bug-1588-that-should-not-see-the-dropdown-list-for-pickup-location-overlap-with-delivery-location-field-name-and-options 2019-04-25T10:32:51.5909698Z [new branch] bug-1589-hide-exclamation-mark-when-check-driver-to-report -> origin/bug-1589-hide-exclamation-mark-when-check-driver-to-report 2019-04-25T10:32:51.5910486Z [new branch] bug-1591-that-should-not-see-the-delivery-location-field-being-halved-for-send-trip-type -> origin/bug-1591-that-should-not-see-the-delivery-location-field-being-halved-for-send-trip-type 2019-04-25T10:32:51.5911300Z [new branch] bug-1638-changing-email-header-for-shipper-jobs-created -> origin/bug-1638-changing-email-header-for-shipper-jobs-created 2019-04-25T10:32:51.5912079Z [new branch] bug-1800-remove-one-extra-send-button-in-trip-card-created-from-pregate-messages -> origin/bug-1800-remove-one-extra-send-button-in-trip-card-created-from-pregate-messages 2019-04-25T10:32:51.5912864Z [new branch] bug-1898-fix-not-to-show-previous-form-error-messages-in-trip-card -> origin/bug-1898-fix-not-to-show-previous-form-error-messages-in-trip-card 2019-04-25T10:32:51.5913809Z [new branch] bug-1903-container-type-and-size-is-null-when-trip-card-is-created-from-pregate-message -> origin/bug-1903-container-type-and-size-is-null-when-trip-card-is-created-from-pregate-message 2019-04-25T10:32:51.5914621Z [new branch] bug-1913-that-should-see-the-driver-window-aligned-beside-the-Unassigned-column-in-Scheduing-board -> origin/bug-1913-that-should-see-the-driver-window-aligned-beside-the-Unassigned-column-in-Scheduing-board 2019-04-25T10:32:51.5915448Z [new branch] bug-1919-fix-creating-double-mount-nmt-and-single-container-exp-wrongly -> origin/bug-1919-fix-creating-double-mount-nmt-and-single-container-exp-wrongly 2019-04-25T10:32:51.5916582Z [new branch] bug-1933-that-should-see-only-the-name-of-deport-reflected-for-delivery-location-as-deport-profile-on-instruction-when-check-NMT -> origin/bug-1933-that-should-see-only-the-name-of-deport-reflected-for-delivery-location-as-deport-profile-on-instruction-when-check-NMT 2019-04-25T10:32:51.5917946Z [new branch] bug-1953-when-creating-new-trip-card-delivery-locations-should-not-jump-or-disappear-when-click-on-other-location-types -> origin/bug-1953-when-creating-new-trip-card-delivery-locations-should-not-jump-or-disappear-when-click-on-other-location-types 2019-04-25T10:32:51.5919596Z [new branch] bug-2060-fix-creating-jobs-with-wrong-types-in-pregate-messages -> origin/bug-2060-fix-creating-jobs-with-wrong-types-in-pregate-messages 2019-04-25T10:32:51.5919775Z [new branch] bug-2069-that-should-be-able-to-view-popup-details-if-click-on-the-driver-stauts-bar-on-the-map -> origin/bug-2069-that-should-be-able-to-view-popup-details-if-click-on-the-driver-stauts-bar-on-the-map 2019-04-25T10:32:51.5920017Z [new branch] bug-2150-fix-trip-id-null-when-controller-create-job-without-container-number -> origin/bug-2150-fix-trip-id-null-when-controller-create-job-without-container-number 2019-04-25T10:32:51.5920127Z [new branch] bug-2293-controller-update-details-should-not-remove-container-number -> origin/bug-2293-controller-update-details-should-not-remove-container-number 2019-04-25T10:32:51.6077486Z [new branch] bug-2296-show-caps-in-double-mounting-job -> origin/bug-2296-show-caps-in-double-mounting-job 2019-04-25T10:32:51.6078458Z [new branch] bug-2417-fix-psa-trip-id-null-in-driver-job-after-controller-update-job -> origin/bug-2417-fix-psa-trip-id-null-in-driver-job-after-controller-update-job 2019-04-25T10:32:51.6079371Z [new branch] bug-2502-fix-yard-operation-messages-failed-to-sent -> origin/bug-2502-fix-yard-operation-messages-failed-to-sent 2019-04-25T10:32:51.6080177Z [new branch] bug-2534-that-the-error-feedback-see-for-empty-fields-should-not-change-based-on-the-input-made-on-other-fields -> origin/bug-2534-that-the-error-feedback-see-for-empty-fields-should-not-change-based-on-the-input-made-on-other-fields 2019-04-25T10:32:51.6081218Z [new branch] bug-2580-number-of-ongoing-jobs-on-the-ongoing-page -> origin/bug-2580-number-of-ongoing-jobs-on-the-ongoing-page 2019-04-25T10:32:51.6082087Z [new branch] bug-2700-fix-wrong-job-instruction-in-pregate-auto-created-trip-cards -> origin/bug-2700-fix-wrong-job-instruction-in-pregate-auto-created-trip-cards 2019-04-25T10:32:51.6082854Z [new branch] bug-2736-fix-to-put-pregate-auto-created-trip-card-under-ongoing-job -> origin/bug-2736-fix-to-put-pregate-auto-created-trip-card-under-ongoing-job 2019-04-25T10:32:51.6083748Z [new branch] bug-2743-should-not-send-notitfication-before-assign -> origin/bug-2743-should-not-send-notitfication-before-assign 2019-04-25T10:32:51.6084534Z [new branch] bug-2818-fix-wrongly-updating-nmt-job-for-double-mounted-pregate -> origin/bug-2818-fix-wrongly-updating-nmt-job-for-double-mounted-pregate 2019-04-25T10:32:51.6085454Z [new branch] bug-2856-that-should-not-see-the-AddNew-in-instruction-title-when-creating-a-new-DLP -> origin/bug-2856-that-should-not-see-the-AddNew-in-instruction-title-when-creating-a-new-DLP 2019-04-25T10:32:51.6086616Z [new branch] bug-2867-fix-to-create-new-job-with-same-container-for-KD-and-j5-inout-trips -> origin/bug-2867-fix-to-create-new-job-with-same-container-for-KD-and-j5-inout-trips 2019-04-25T10:32:51.6087433Z [new branch] bug-2887-fix-to-prevent-assign-pregate-updated-trip-card-to-other-primemover -> origin/bug-2887-fix-to-prevent-assign-pregate-updated-trip-card-to-other-primemover 2019-04-25T10:32:51.6088242Z [new branch] bug-2961-fix-not-updating-existing-nmt-job -> origin/bug-2961-fix-not-updating-existing-nmt-job 2019-04-25T10:32:51.6089184Z [new branch] bug-2965-fix-not-assigning-prime-mover-to-existing-job-after-pregate -> origin/bug-2965-fix-not-assigning-prime-mover-to-existing-job-after-pregate 2019-04-25T10:32:51.6089974Z [new branch] bug-2978-keep-primemover-in-existing-job-when-prime-mover-is-removed-from-driver -> origin/bug-2978-keep-primemover-in-existing-job-when-prime-mover-is-removed-from-driver 2019-04-25T10:32:51.6090953Z [new branch] bug-2993-fix-not-to-send-psa-message-when-tripid-is-0-from-mobile -> origin/bug-2993-fix-not-to-send-psa-message-when-tripid-is-0-from-mobile 2019-04-25T10:32:51.6091733Z [new branch] bug-3016-fix-creating-new-job-in-exp-nmt-together-pregate -> origin/bug-3016-fix-creating-new-job-in-exp-nmt-together-pregate 2019-04-25T10:32:51.6092626Z [new branch] bug-3022-driver-should-not-get-OTP-that-I-already-register-before -> origin/bug-3022-driver-should-not-get-OTP-that-I-already-register-before 2019-04-25T10:32:51.6093576Z [new branch] bug-3068-that-should-able-to-update-trip-card -> origin/bug-3068-that-should-able-to-update-trip-card 2019-04-25T10:32:51.6094553Z [new branch] bug-3095-fix-not-to-create-or-update-wrongly-when-nmt-numbers-are-different-in-double-mounted -> origin/bug-3095-fix-not-to-create-or-update-wrongly-when-nmt-numbers-are-different-in-double-mounted 2019-04-25T10:32:51.6095501Z [new branch] bug-3098-fix-depot-name-in-instruction-changed-after-trip-card-is-updated-by-pregate-message -> origin/bug-3098-fix-depot-name-in-instruction-changed-after-trip-card-is-updated-by-pregate-message 2019-04-25T10:32:51.6096589Z [new branch] bug-3225-should-show-the-trip-title-when-driver-click-on-back-after-update-the-container-number-and-seal-number-in-mobile-app -> origin/bug-3225-should-show-the-trip-title-when-driver-click-on-back-after-update-the-container-number-and-seal-number-in-mobile-app 2019-04-25T10:32:51.6097467Z [new branch] bug-856-notification-remove-button-x-not-working-well -> origin/bug-856-notification-remove-button-x-not-working-well 2019-04-25T10:32:51.6097934Z [new branch] bug-fix-1349-enable-to-search-all-jobids -> origin/bug-fix-1349-enable-to-search-all-jobids 2019-04-25T10:32:51.6288484Z [new branch] bug-fix-1533-duplicate-container-number-on-same-board -> origin/bug-fix-1533-duplicate-container-number-on-same-board 2019-04-25T10:32:51.6289607Z [new branch] bug-fix-1615-trip-history-no-record-unable-to-choose-date -> origin/bug-fix-1615-trip-history-no-record-unable-to-choose-date 2019-04-25T10:32:51.6290055Z [new branch] bug-fix-1942-chat-latest-message-top-after-refresh -> origin/bug-fix-1942-chat-latest-message-top-after-refresh 2019-04-25T10:32:51.6290870Z [new branch] bug-fix-2579-shift-off-for-all-devices -> origin/bug-fix-2579-shift-off-for-all-devices 2019-04-25T10:32:51.6291669Z [new branch] bug-fix-2868-controller-update-seal-trailer-number-in-unassigned-trips -> origin/bug-fix-2868-controller-update-seal-trailer-number-in-unassigned-trips 2019-04-25T10:32:51.6292466Z [new branch] bug-fix-3150-driver-to-report-should-not-show-validation-error -> origin/bug-fix-3150-driver-to-report-should-not-show-validation-error 2019-04-25T10:32:51.6293283Z [new branch] bug-fix-3242-add-new-dlp-address-on-master -> origin/bug-fix-3242-add-new-dlp-address-on-master 2019-04-25T10:32:51.6294288Z [new branch] bug-fix-3242-export-return-job-type-add-new-dlp-address -> origin/bug-fix-3242-export-return-job-type-add-new-dlp-address 2019-04-25T10:32:51.6295129Z [new branch] bug-fix-Charges-table-Charge-to-customer-column-name-change -> origin/bug-fix-Charges-table-Charge-to-customer-column-name-change 2019-04-25T10:32:51.6296282Z [new branch] bug-fix-add-new-charges-form-input -> origin/bug-fix-add-new-charges-form-input 2019-04-25T10:32:51.6297170Z [new branch] bug-fix-added-checking-lineitemtype-when-add-tripformitempricing -> origin/bug-fix-added-checking-lineitemtype-when-add-tripformitempricing 2019-04-25T10:32:51.6297956Z [new branch] bug-fix-adding-charges-containers-number-type-size-ui -> origin/bug-fix-adding-charges-containers-number-type-size-ui 2019-04-25T10:32:51.6299004Z [new branch] bug-fix-change-disabled-to-readonly -> origin/bug-fix-change-disabled-to-readonly 2019-04-25T10:32:51.6300062Z [new branch] bug-fix-change-sealnumber-trailernumber-to-readonly -> origin/bug-fix-change-sealnumber-trailernumber-to-readonly 2019-04-25T10:32:51.6300960Z [new branch] bug-fix-conditon-to-enable-auto-job-trip-creation-function -> origin/bug-fix-conditon-to-enable-auto-job-trip-creation-function 2019-04-25T10:32:51.6301828Z [new branch] bug-fix-container-remarks-missing -> origin/bug-fix-container-remarks-missing 2019-04-25T10:32:51.6302683Z [new branch] bug-fix-container-status-header-move-out-place-in-dashboard -> origin/bug-fix-container-status-header-move-out-place-in-dashboard 2019-04-25T10:32:51.6303461Z [new branch] bug-fix-disable-auto-create-driverjobs-from-pregate-message -> origin/bug-fix-disable-auto-create-driverjobs-from-pregate-message 2019-04-25T10:32:51.6304219Z [new branch] bug-fix-driver-delete-tripform-item-that-are-not-created-by-driver -> origin/bug-fix-driver-delete-tripform-item-that-are-not-created-by-driver 2019-04-25T10:32:51.6304954Z [new branch] bug-fix-driver-gps-location-should-have-platform-source -> origin/bug-fix-driver-gps-location-should-have-platform-source 2019-04-25T10:32:51.6305669Z [new branch] bug-fix-driver-gps-object-reference-not-found -> origin/bug-fix-driver-gps-object-reference-not-found 2019-04-25T10:32:51.6306957Z [new branch] bug-fix-driver-trip-after-add-dlp-change-job-type -> origin/bug-fix-driver-trip-after-add-dlp-change-job-type 2019-04-25T10:32:51.6307761Z [new branch] bug-fix-haulio-delivery-location-as-shipper -> origin/bug-fix-haulio-delivery-location-as-shipper 2019-04-25T10:32:51.6308550Z [new branch] bug-fix-linebreak-between-respondents-management -> origin/bug-fix-linebreak-between-respondents-management 2019-04-25T10:32:51.6309543Z [new branch] bug-fix-missing-job-fields-in-creating-new-job -> origin/bug-fix-missing-job-fields-in-creating-new-job 2019-04-25T10:32:51.6310313Z [new branch] bug-fix-pickup-location-address-clear-when-change-the-option-for-delivery-location -> origin/bug-fix-pickup-location-address-clear-when-change-the-option-for-delivery-location 2019-04-25T10:32:51.6311086Z [new branch] bug-fix-production-change-sealnumber-trailer-number-to-readonly -> origin/bug-fix-production-change-sealnumber-trailer-number-to-readonly 2019-04-25T10:32:51.6311830Z [new branch] bug-fix-production-duplicate-driver-device-id -> origin/bug-fix-production-duplicate-driver-device-id 2019-04-25T10:32:51.6312670Z [new branch] bug-fix-production-getdriverjobentityasync-not-null-checking -> origin/bug-fix-production-getdriverjobentityasync-not-null-checking 2019-04-25T10:32:51.6313447Z [new branch] bug-fix-roleuserhandler-object-not-found -> origin/bug-fix-roleuserhandler-object-not-found 2019-04-25T10:32:51.6544859Z [new branch] bug-fix-the-visibility-of-additional-charges-development -> origin/bug-fix-the-visibility-of-additional-charges-development 2019-04-25T10:32:51.6545679Z [new branch] bug-fix-the-visibility-of-additional-charges-master -> origin/bug-fix-the-visibility-of-additional-charges-master 2019-04-25T10:32:51.6546967Z [new branch] bug-fix-uat-driver-gps-location-should-have-platform-source -> origin/bug-fix-uat-driver-gps-location-should-have-platform-source 2019-04-25T10:32:51.6547787Z [new branch] bug-fix-uat-driver-gps-location-should-have-platform-source-cherry-pick -> origin/bug-fix-uat-driver-gps-location-should-have-platform-source-cherry-pick 2019-04-25T10:32:51.6548550Z [new branch] calista-white-labelling -> origin/calista-white-labelling 2019-04-25T10:32:51.6549512Z [new branch] cancel-button-for-edit-charges-form -> origin/cancel-button-for-edit-charges-form 2019-04-25T10:32:51.6550247Z [new branch] cancelled-job-isPaid -> origin/cancelled-job-isPaid 2019-04-25T10:32:51.6550994Z [new branch] central-pricing-and-charges-interface -> origin/central-pricing-and-charges-interface 2019-04-25T10:32:51.6552053Z [new branch] centralizing-pricing-and-charges-view -> origin/centralizing-pricing-and-charges-view 2019-04-25T10:32:51.6552897Z [new branch] change-container-seal-trailer-numbers-in-Caps-automatically -> origin/change-container-seal-trailer-numbers-in-Caps-automatically 2019-04-25T10:32:51.6553604Z [new branch] changes-for-accountant -> origin/changes-for-accountant 2019-04-25T10:32:51.6554374Z [new branch] charges-container-number-with-assigned-haulier -> origin/charges-container-number-with-assigned-haulier 2019-04-25T10:32:51.6555156Z [new branch] choose-option-for-location-fields-in-trip-card -> origin/choose-option-for-location-fields-in-trip-card 2019-04-25T10:32:51.6556359Z [new branch] chunlin-development -> origin/chunlin-development 2019-04-25T10:32:51.6557177Z [new branch] code-refactoring -> origin/code-refactoring 2019-04-25T10:32:51.6557950Z [new branch] code-refactoring-driver-job -> origin/code-refactoring-driver-job 2019-04-25T10:32:51.6558749Z [new branch] code-refactoring-psa-messaging -> origin/code-refactoring-psa-messaging 2019-04-25T10:32:51.6559619Z [new branch] community-api-master -> origin/community-api-master 2019-04-25T10:32:51.6560339Z [new branch] community-api-production -> origin/community-api-production 2019-04-25T10:32:51.6561067Z [new branch] compulsory-fields-for-adding-new-charges -> origin/compulsory-fields-for-adding-new-charges 2019-04-25T10:32:51.6561772Z [new branch] containers-successfully-taken-up-info -> origin/containers-successfully-taken-up-info 2019-04-25T10:32:51.6562467Z [new branch] controller-manage-prime-movers -> origin/controller-manage-prime-movers 2019-04-25T10:32:51.6563167Z [new branch] controller-standardize-input -> origin/controller-standardize-input 2019-04-25T10:32:51.6564096Z [new branch] crawl-berthing-schedule-from-portnet -> origin/crawl-berthing-schedule-from-portnet 2019-04-25T10:32:51.6564866Z [new branch] create-new-service-for-xero -> origin/create-new-service-for-xero 2019-04-25T10:32:51.6565606Z [new branch] dangerous-goods-and-orange-plate-number-in-export-trip-card -> origin/dangerous-goods-and-orange-plate-number-in-export-trip-card 2019-04-25T10:32:51.6566898Z [new branch] delivery-location-module -> origin/delivery-location-module 2019-04-25T10:32:51.6567743Z [new branch] depot-company-type -> origin/depot-company-type 2019-04-25T10:32:51.6568518Z [new branch] depot-user-in-job-detail-indicating-lolo-account -> origin/depot-user-in-job-detail-indicating-lolo-account 2019-04-25T10:32:51.6569453Z [new branch] depot-user-in-new-haulage-booking-indicating-lolo-account -> origin/depot-user-in-new-haulage-booking-indicating-lolo-account 2019-04-25T10:32:51.6570352Z [new branch] development -> origin/development 2019-04-25T10:32:51.6571163Z [new branch] development-deployment -> origin/development-deployment 2019-04-25T10:32:51.6571894Z [new branch] disable-browser-autocomplete-on-TTtiming-input-field -> origin/disable-browser-autocomplete-on-TTtiming-input-field 2019-04-25T10:32:51.6572615Z [new branch] download-monthly-performance-report -> origin/download-monthly-performance-report 2019-04-25T10:32:51.6573327Z [new branch] driver-app-prelive -> origin/driver-app-prelive 2019-04-25T10:32:51.6574171Z [new branch] driver-app-reset-password -> origin/driver-app-reset-password 2019-04-25T10:32:51.6574875Z [new branch] driver-app-send-gps-to-the-server -> origin/driver-app-send-gps-to-the-server 2019-04-25T10:32:51.6576250Z [new branch] driver-scheduling-chat-page-UI-upgrade-design -> origin/driver-scheduling-chat-page-UI-upgrade-design 2019-04-25T10:32:51.6577036Z [new branch] duplicate-fleet-record -> origin/duplicate-fleet-record 2019-04-25T10:32:51.6577611Z [new branch] duplicate-trip-cards-from-scheduling-board -> origin/duplicate-trip-cards-from-scheduling-board 2019-04-25T10:32:51.6776353Z [new branch] enable-shipper-partnership-module -> origin/enable-shipper-partnership-module 2019-04-25T10:32:51.6777233Z [new branch] et-development -> origin/et-development 2019-04-25T10:32:51.6778019Z [new branch] export-job-details-as-pdf-file -> origin/export-job-details-as-pdf-file 2019-04-25T10:32:51.6779002Z [new branch] feature-haulio-can-be-able-to-store-and-edit-hauliers-quotation -> origin/feature-haulio-can-be-able-to-store-and-edit-hauliers-quotation 2019-04-25T10:32:51.6779852Z [new branch] filter-for-container-info-columns-in-ascending-and-descending-order -> origin/filter-for-container-info-columns-in-ascending-and-descending-order 2019-04-25T10:32:51.6780621Z [new branch] fix-Dashbin-icon-position -> origin/fix-Dashbin-icon-position 2019-04-25T10:32:51.6782076Z [new branch] fix-Haulier-should-not-see-Dangerous-Goods-Column-within-the-job-details -> origin/fix-Haulier-should-not-see-Dangerous-Goods-Column-within-the-job-details 2019-04-25T10:32:51.6782967Z [new branch] fix-add-new-booking-pricing-type-issue -> origin/fix-add-new-booking-pricing-type-issue 2019-04-25T10:32:51.6783869Z [new branch] fix-apple-quotation-mark-problem -> origin/fix-apple-quotation-mark-problem 2019-04-25T10:32:51.6784687Z [new branch] fix-area-polygon-display-issue -> origin/fix-area-polygon-display-issue 2019-04-25T10:32:51.6785399Z [new branch] fix-attach-in-as-driver-gps-tracking-issue -> origin/fix-attach-in-as-driver-gps-tracking-issue 2019-04-25T10:32:51.6786745Z [new branch] fix-azure-search-with-quotes-problem -> origin/fix-azure-search-with-quotes-problem 2019-04-25T10:32:51.6787504Z [new branch] fix-breakline-issue-in-jobinstruction -> origin/fix-breakline-issue-in-jobinstruction 2019-04-25T10:32:51.6788267Z [new branch] fix-cannot-update-large-pnl-report -> origin/fix-cannot-update-large-pnl-report 2019-04-25T10:32:51.6789122Z [new branch] fix-company-customer-cannot-update-without-email-issue -> origin/fix-company-customer-cannot-update-without-email-issue 2019-04-25T10:32:51.6789884Z [new branch] fix-container-type-in-joblist -> origin/fix-container-type-in-joblist 2019-04-25T10:32:51.6790639Z [new branch] fix-correct-job-pricing-in-haulier-view -> origin/fix-correct-job-pricing-in-haulier-view 2019-04-25T10:32:51.6791423Z [new branch] fix-delivery-location-bug-in-super-user-job-creation -> origin/fix-delivery-location-bug-in-super-user-job-creation 2019-04-25T10:32:51.6792174Z [new branch] fix-dustbin-icon-of-chat-bubble-position-top-right -> origin/fix-dustbin-icon-of-chat-bubble-position-top-right 2019-04-25T10:32:51.6792941Z [new branch] fix-number-of-remarks-in-pusher -> origin/fix-number-of-remarks-in-pusher 2019-04-25T10:32:51.6793714Z [new branch] fix-pnl-report-not-updating-live-after-sorting-column -> origin/fix-pnl-report-not-updating-live-after-sorting-column 2019-04-25T10:32:51.6794591Z [new branch] fix-psa-messaging-bug -> origin/fix-psa-messaging-bug 2019-04-25T10:32:51.6795330Z [new branch] fix-pusher-message-too-large-issue -> origin/fix-pusher-message-too-large-issue 2019-04-25T10:32:51.6796587Z [new branch] fix-stage-filter-onGoingJobs-for-haulio -> origin/fix-stage-filter-onGoingJobs-for-haulio 2019-04-25T10:32:51.6797385Z [new branch] fix-the-dlp-issue-because-of-duplicate-delivery-location-name -> origin/fix-the-dlp-issue-because-of-duplicate-delivery-location-name 2019-04-25T10:32:51.6798160Z [new branch] fix-thiha-partnership-switching-problem -> origin/fix-thiha-partnership-switching-problem 2019-04-25T10:32:51.6798978Z [new branch] fix-transaction-report-45-foot-teu-calculation -> origin/fix-transaction-report-45-foot-teu-calculation 2019-04-25T10:32:51.6799819Z [new branch] fix-zhiqiang-bug -> origin/fix-zhiqiang-bug 2019-04-25T10:32:51.6800687Z [new branch] fixed-bug-duplicate-entries-of-same-delivery-location -> origin/fixed-bug-duplicate-entries-of-same-delivery-location 2019-04-25T10:32:51.6801398Z [new branch] fixed-cancelled-job-with-no-pay-in-trip-form-list -> origin/fixed-cancelled-job-with-no-pay-in-trip-form-list 2019-04-25T10:32:51.6802096Z [new branch] fixed-noti-header-exceeds-layout-bug -> origin/fixed-noti-header-exceeds-layout-bug 2019-04-25T10:32:51.6803193Z [new branch] fixed-update-visibility-type-for-job -> origin/fixed-update-visibility-type-for-job 2019-04-25T10:32:51.6804005Z [new branch] get-updated-information-on-the-DLP-after-updating -> origin/get-updated-information-on-the-DLP-after-updating 2019-04-25T10:32:51.6804726Z [new branch] haulier-job-posted-containers-have-been-successfully-taken-up -> origin/haulier-job-posted-containers-have-been-successfully-taken-up 2019-04-25T10:32:51.6805161Z [new branch] haulier-job-posted-status -> origin/haulier-job-posted-status 2019-04-25T10:32:51.6993869Z [new branch] haulier-lable-bolded-in-green-for-unread-chats-in-haulage-bookings-respondents-column -> origin/haulier-lable-bolded-in-green-for-unread-chats-in-haulage-bookings-respondents-column 2019-04-25T10:32:51.6994850Z [new branch] haulio-broadcast-job-without-email -> origin/haulio-broadcast-job-without-email 2019-04-25T10:32:51.6995716Z [new branch] haulio-should-not-update-job-pricing-if-total-haulio-price-lower-than-submitted-price -> origin/haulio-should-not-update-job-pricing-if-total-haulio-price-lower-than-submitted-price 2019-04-25T10:32:51.6997095Z [new branch] haulio-upload-company-profile-photo -> origin/haulio-upload-company-profile-photo 2019-04-25T10:32:51.6997934Z [new branch] hcs-chat-receive-update-to-the-seal-number -> origin/hcs-chat-receive-update-to-the-seal-number 2019-04-25T10:32:51.6998853Z [new branch] hcs-controller-delete-trip-form -> origin/hcs-controller-delete-trip-form 2019-04-25T10:32:51.6998959Z [new branch] hcs-driver-cancel-job -> origin/hcs-driver-cancel-job 2019-04-25T10:32:51.6999485Z [new branch] hcs-driver-cancel-job-trip-form-detail -> origin/hcs-driver-cancel-job-trip-form-detail 2019-04-25T10:32:51.7000163Z [new branch] hcs-line-notification-in-driver-chat-when-update-job-details -> origin/hcs-line-notification-in-driver-chat-when-update-job-details 2019-04-25T10:32:51.7000993Z [new branch] hcs-remove-assigned-job-noti -> origin/hcs-remove-assigned-job-noti 2019-04-25T10:32:51.7001077Z [new branch] hide-update-container-status-for-export-jobs-as-customer -> origin/hide-update-container-status-for-export-jobs-as-customer 2019-04-25T10:32:51.7001246Z [new branch] insert-timestamp-in-see-all-notification-page -> origin/insert-timestamp-in-see-all-notification-page 2019-04-25T10:32:51.7001660Z [new branch] internal-notes-field-height-should-expand-to-match-the-length-of-the-note -> origin/internal-notes-field-height-should-expand-to-match-the-length-of-the-note 2019-04-25T10:32:51.7001739Z [new branch] last-updated-timestamp-for-charges-table -> origin/last-updated-timestamp-for-charges-table 2019-04-25T10:32:51.7002128Z [new branch] log-tab-container-number-according-to-user -> origin/log-tab-container-number-according-to-user 2019-04-25T10:32:51.7002197Z [new branch] make-table-rows-clickable -> origin/make-table-rows-clickable 2019-04-25T10:32:51.7002278Z [new branch] manage-job-view-enhancement -> origin/manage-job-view-enhancement 2019-04-25T10:32:51.7002642Z [new branch] master -> origin/master 2019-04-25T10:32:51.7002708Z [new branch] master-2019-02-06 -> origin/master-2019-02-06 2019-04-25T10:32:51.7002765Z [new branch] mh-psa-refact-dev-deploy -> origin/mh-psa-refact-dev-deploy 2019-04-25T10:32:51.7003145Z [new branch] migrate-to-dotnetcore-2.1 -> origin/migrate-to-dotnetcore-2.1 2019-04-25T10:32:51.7003335Z [new branch] migrate-to-dotnetcore-2.2-conflict -> origin/migrate-to-dotnetcore-2.2-conflict 2019-04-25T10:32:51.7003737Z [new branch] modify-all-submitted-jobs-pending-regardless-type-of-containers-involved -> origin/modify-all-submitted-jobs-pending-regardless-type-of-containers-involved 2019-04-25T10:32:51.7003924Z [new branch] modify-psa-messaging-to-create-jobs-with-all-jobtypes -> origin/modify-psa-messaging-to-create-jobs-with-all-jobtypes 2019-04-25T10:32:51.7004080Z [new branch] modify-trailer-number-field-as-compulsory-field-when-DriverToReport-is-not-checked -> origin/modify-trailer-number-field-as-compulsory-field-when-DriverToReport-is-not-checked 2019-04-25T10:32:51.7004515Z [new branch] new-edited-charges-reflected-under-logs -> origin/new-edited-charges-reflected-under-logs 2019-04-25T10:32:51.7004589Z [new branch] new-edited-container-remarks-reflected-under-logs -> origin/new-edited-container-remarks-reflected-under-logs 2019-04-25T10:32:51.7004662Z [new branch] new-list-of-trailer-size-and-trailer-type -> origin/new-list-of-trailer-size-and-trailer-type 2019-04-25T10:32:51.7005042Z [new branch] notification-settings -> origin/notification-settings 2019-04-25T10:32:51.7005112Z [new branch] ntp-vas-module -> origin/ntp-vas-module 2019-04-25T10:32:51.7005196Z [new branch] one-driver-window-for-ach-driver-in-scheduling-board -> origin/one-driver-window-for-ach-driver-in-scheduling-board 2019-04-25T10:32:51.7005619Z [new branch] only-expand-chats-in-Haulio-notification-tab -> origin/only-expand-chats-in-Haulio-notification-tab 2019-04-25T10:32:51.7005691Z [new branch] only-shift-on-one-device-at-one-time -> origin/only-shift-on-one-device-at-one-time 2019-04-25T10:32:51.7005759Z [new branch] open-job-related-page-when-click-on-rightclick-new-tab-links-in-notification-dropdown -> origin/open-job-related-page-when-click-on-rightclick-new-tab-links-in-notification-dropdown 2019-04-25T10:32:51.7249467Z [new branch] option-also-selected-when-click-on-the-text -> origin/option-also-selected-when-click-on-the-text 2019-04-25T10:32:52.5410475Z [new branch] prod-urgent-bug-fix-to-exclude-psa-trip-id-in-first-conainer-survey-message -> origin/prod-urgent-bug-fix-to-exclude-psa-trip-id-in-first-conainer-survey-message 2019-04-25T10:32:52.5410666Z [new branch] production-urgent-bug-fix-psa-tripid-null -> origin/production-urgent-bug-fix-psa-tripid-null 2019-04-25T10:32:52.5411181Z [new branch] psa-messages-retrieving -> origin/psa-messages-retrieving 2019-04-25T10:32:52.5411480Z [new branch] psa-refactor-dev-deploy -> origin/psa-refactor-dev-deploy 2019-04-25T10:32:52.5411599Z [new branch] pushed-back-to-unassigned-trips-automatically-when-driver-is-unpaired -> origin/pushed-back-to-unassigned-trips-automatically-when-driver-is-unpaired 2019-04-25T10:32:52.5411705Z [new branch] readme-edit -> origin/readme-edit 2019-04-25T10:32:52.5411777Z [new branch] refactor-system-logs-to-azure-table-storage -> origin/refactor-system-logs-to-azure-table-storage 2019-04-25T10:32:52.5412100Z [new branch] relevant-info-for-completed-booking-depot-user -> origin/relevant-info-for-completed-booking-depot-user 2019-04-25T10:32:52.5412209Z [new branch] relevant-info-for-current-booking-depot-user -> origin/relevant-info-for-current-booking-depot-user 2019-04-25T10:32:52.5412541Z [new branch] remove-automatic-price-for-one-way-job-cms-portnet -> origin/remove-automatic-price-for-one-way-job-cms-portnet 2019-04-25T10:32:52.5412657Z [new branch] remove-dash-between-country-code-and-phone-number-in-add-driver-for-pairing-request-form -> origin/remove-dash-between-country-code-and-phone-number-in-add-driver-for-pairing-request-form 2019-04-25T10:32:52.5412970Z [new branch] remove-reminder-of-attach-receipts-for-customer -> origin/remove-reminder-of-attach-receipts-for-customer 2019-04-25T10:32:52.5413232Z [new branch] remove-todos-of-concluded-jobs-after-x-days -> origin/remove-todos-of-concluded-jobs-after-x-days 2019-04-25T10:32:52.5413598Z [new branch] remove-validation-checking-double-mount-collection-return -> origin/remove-validation-checking-double-mount-collection-return 2019-04-25T10:32:52.5413946Z [new branch] retrieve-driver-job-data-from-pregated-psa-messages -> origin/retrieve-driver-job-data-from-pregated-psa-messages 2019-04-25T10:32:52.5414207Z [new branch] retrieve-latest-container-status-for-calista -> origin/retrieve-latest-container-status-for-calista 2019-04-25T10:32:52.5414262Z [new branch] review-2018-07-17 -> origin/review-2018-07-17 2019-04-25T10:32:52.5414305Z [new branch] review-2018-07-29 -> origin/review-2018-07-29 2019-04-25T10:32:52.5414368Z [new branch] review-2018-08-05 -> origin/review-2018-08-05 2019-04-25T10:32:52.5414466Z [new branch] review-2018-08-10 -> origin/review-2018-08-10 2019-04-25T10:32:52.5414757Z [new branch] review-2018-08-13 -> origin/review-2018-08-13 2019-04-25T10:32:52.5414991Z [new branch] review-2018-08-28 -> origin/review-2018-08-28 2019-04-25T10:32:52.5415266Z [new branch] review-2018-12-10 -> origin/review-2018-12-10 2019-04-25T10:32:52.5415680Z [new branch] review-2019-01-13 -> origin/review-2019-01-13 2019-04-25T10:32:52.5415961Z [new branch] review-2019-01-22 -> origin/review-2019-01-22 2019-04-25T10:32:52.5416238Z [new branch] rollback-psa-message-receiving-api -> origin/rollback-psa-message-receiving-api 2019-04-25T10:32:52.5416529Z [new branch] rollback-retrieve-driver-job-data-from-pregated-psa-messages -> origin/rollback-retrieve-driver-job-data-from-pregated-psa-messages 2019-04-25T10:32:52.5416794Z [new branch] row-clickable-check-box-for-adding-container-charge-form -> origin/row-clickable-check-box-for-adding-container-charge-form 2019-04-25T10:32:52.5417080Z [new branch] salesforce-lead-creation-integration -> origin/salesforce-lead-creation-integration 2019-04-25T10:32:52.5417346Z [new branch] same-prime-mover-multiple-drivers -> origin/same-prime-mover-multiple-drivers 2019-04-25T10:32:52.5417613Z [new branch] separate-HaulierJobService -> origin/separate-HaulierJobService 2019-04-25T10:32:52.5417944Z [new branch] set-default-price-for-cms-and-portnet -> origin/set-default-price-for-cms-and-portnet 2019-04-25T10:32:52.5418207Z [new branch] set-validation-for-container-number -> origin/set-validation-for-container-number 2019-04-25T10:32:52.5418527Z [new branch] shipper-partnerships-module -> origin/shipper-partnerships-module 2019-04-25T10:32:52.5418806Z [new branch] show-berthing-schedule-on-haulio-view -> origin/show-berthing-schedule-on-haulio-view 2019-04-25T10:32:52.5419656Z [new branch] show-container-number-in-popup -> origin/show-container-number-in-popup 2019-04-25T10:32:52.5421287Z [new branch] show-driver-on-map -> origin/show-driver-on-map 2019-04-25T10:32:52.5421761Z [new branch] show-proper-price-type-in-haulier-view -> origin/show-proper-price-type-in-haulier-view 2019-04-25T10:32:52.5422927Z [new branch] show-seal-no-and-trailer-no-in-trip-history-and-make-row-clickable -> origin/show-seal-no-and-trailer-no-in-trip-history-and-make-row-clickable 2019-04-25T10:32:52.5423951Z [new branch] space-wrapping-in-textbubble-for-DriverScheduling-chat -> origin/space-wrapping-in-textbubble-for-DriverScheduling-chat 2019-04-25T10:32:52.5424986Z [new branch] split-concluded-bookings-to-review-billing-and-closed -> origin/split-concluded-bookings-to-review-billing-and-closed 2019-04-25T10:32:52.5426058Z [new branch] split-haulio-concluded-bookings-to-3-steps -> origin/split-haulio-concluded-bookings-to-3-steps 2019-04-25T10:32:52.5427079Z [new branch] super-user-create-booking-like-manage-job-view -> origin/super-user-create-booking-like-manage-job-view 2019-04-25T10:32:52.5428658Z [new branch] superadmin-edit-primary-pic -> origin/superadmin-edit-primary-pic 2019-04-25T10:32:52.5429735Z [new branch] synchronize-job-list-view -> origin/synchronize-job-list-view 2019-04-25T10:32:52.5430716Z [new branch] to-adjust-height-between-ChatSendingSection-and-ChatMessageSection -> origin/to-adjust-height-between-ChatSendingSection-and-ChatMessageSection 2019-04-25T10:32:52.5432083Z [new branch] to-disable-container-type-and-size-for-send-loose-trip -> origin/to-disable-container-type-and-size-for-send-loose-trip 2019-04-25T10:32:52.5433227Z [new branch] to-display-reminder-text-when-no-vehicle-assigned-for-driver-on-driver-listing-page-and-driver-profile-page -> origin/to-display-reminder-text-when-no-vehicle-assigned-for-driver-on-driver-listing-page-and-driver-profile-page 2019-04-25T10:32:52.5434310Z [new branch] to-display-the-tag-for-DG-and-orange-plate-on-the-trip-card -> origin/to-display-the-tag-for-DG-and-orange-plate-on-the-trip-card 2019-04-25T10:32:52.5435295Z [new branch] to-edit-charges-amount-added-by-a-haulier -> origin/to-edit-charges-amount-added-by-a-haulier 2019-04-25T10:32:52.5436354Z [new branch] to-fix-add-new-link-display-problem -> origin/to-fix-add-new-link-display-problem 2019-04-25T10:32:52.5437350Z [new branch] to-fix-bug-driver-to-report-checked-for-when-checked-NMT-first-and-then-checked-double-mount -> origin/to-fix-bug-driver-to-report-checked-for-when-checked-NMT-first-and-then-checked-double-mount 2019-04-25T10:32:52.5438533Z [new branch] to-fix-bug-for-container-number-and-seal-number-fileds-emptied -> origin/to-fix-bug-for-container-number-and-seal-number-fileds-emptied 2019-04-25T10:32:52.5439688Z [new branch] to-fix-gap-between-the-container-status-table-and-kindly-update-table-in-dashboard -> origin/to-fix-gap-between-the-container-status-table-and-kindly-update-table-in-dashboard 2019-04-25T10:32:52.5440680Z [new branch] to-fix-long-text-overflow-in-HCS-controller -> origin/to-fix-long-text-overflow-in-HCS-controller 2019-04-25T10:32:52.5441761Z [new branch] to-fix-notification-read-status-after-click-on-a-notification-from-sell-all-notifications-page -> origin/to-fix-notification-read-status-after-click-on-a-notification-from-sell-all-notifications-page 2019-04-25T10:32:52.5442782Z [new branch] to-fix-screen-move-up-and-down-according-to-cursor-movement-after-dragging-a-card-in-driver-scheduling-page -> origin/to-fix-screen-move-up-and-down-according-to-cursor-movement-after-dragging-a-card-in-driver-scheduling-page 2019-04-25T10:32:52.5443753Z [new branch] to-fix-spacing-between-the-line-break-in-respondents-section-on-job-management-page -> origin/to-fix-spacing-between-the-line-break-in-respondents-section-on-job-management-page 2019-04-25T10:32:52.5444789Z [new branch] to-fix-the-driver-window-under-the-unassigned-column-when-i-minimise-my-browser -> origin/to-fix-the-driver-window-under-the-unassigned-column-when-i-minimise-my-browser 2019-04-25T10:32:52.5445921Z [new branch] to-fix-trip-card-half-extending-outside-the-column-in-the-unassigned-trip-lane -> origin/to-fix-trip-card-half-extending-outside-the-column-in-the-unassigned-trip-lane 2019-04-25T10:32:52.5447272Z [new branch] to-fix-typo-instead-of-track-to-truck-in-job-management-page -> origin/to-fix-typo-instead-of-track-to-truck-in-job-management-page 2019-04-25T10:32:52.5448456Z [new branch] to-put-latest-most-new-noti-to-the-top-of-chats-list -> origin/to-put-latest-most-new-noti-to-the-top-of-chats-list 2019-04-25T10:32:52.5449596Z [new branch] to-remove-job-status-filter-for-job-taken-page-in-haulier-view -> origin/to-remove-job-status-filter-for-job-taken-page-in-haulier-view 2019-04-25T10:32:52.5451387Z [new branch] to-show-location-title-and-to-insert-own-billing-reference-number-in-depot-user-completed-booking -> origin/to-show-location-title-and-to-insert-own-billing-reference-number-in-depot-user-completed-booking 2019-04-25T10:32:52.5453358Z [new branch] to-show-only-depot-name-in-route-column-for-current-haulage-bookings-table -> origin/to-show-only-depot-name-in-route-column-for-current-haulage-bookings-table 2019-04-25T10:32:52.5454404Z [new branch] uat-2018-08-19 -> origin/uat-2018-08-19 2019-04-25T10:32:52.5455394Z [new branch] uat-2019-01-10 -> origin/uat-2019-01-10 2019-04-25T10:32:52.5457064Z [new branch] update-portnet-api -> origin/update-portnet-api 2019-04-25T10:32:52.5458112Z [new branch] update-to-typescript -> origin/update-to-typescript 2019-04-25T10:32:52.5459145Z [new branch] urgent-pr-autopregatecard -> origin/urgent-pr-autopregatecard 2019-04-25T10:32:52.5460116Z [new branch] urgent-pr-autopregatecard2 -> origin/urgent-pr-autopregatecard2 2019-04-25T10:32:52.5461454Z [new branch] us-1281-hide-the-charges-item-from-the-respective-audience -> origin/us-1281-hide-the-charges-item-from-the-respective-audience 2019-04-25T10:32:52.5462532Z [new branch] us-1372-to-see-the-number-of-unread-notifications-for-each-tab-at-SeeAllNotification-page -> origin/us-1372-to-see-the-number-of-unread-notifications-for-each-tab-at-SeeAllNotification-page 2019-04-25T10:32:52.5463018Z [new branch] us-1421-to-pick-locations-from-DLP-instead-of-GoogleMaps-in-new-import-export-haulage-booking -> origin/us-1421-to-pick-locations-from-DLP-instead-of-GoogleMaps-in-new-import-export-haulage-booking 2019-04-25T10:32:52.5463115Z [new branch] us-1474-for-send-trip-type-should-see-instructions-generated-automically-if-choose-Container-as-cargo-and-free-text-instruction-when-choose-Loose -> origin/us-1474-for-send-trip-type-should-see-instructions-generated-automically-if-choose-Container-as-cargo-and-free-text-instruction-when-choose-Loose 2019-04-25T10:32:52.5463217Z [new branch] us-1480-when-create-new-trip-to-see-the-TT-time-picker-range-in-30mins-instead-of-1hour -> origin/us-1480-when-create-new-trip-to-see-the-TT-time-picker-range-in-30mins-instead-of-1hour 2019-04-25T10:32:52.5463342Z [new branch] us-1503-content-and-seal-number-belong-to-which-container-number -> origin/us-1503-content-and-seal-number-belong-to-which-container-number 2019-04-25T10:32:52.5463622Z [new branch] us-1509-should-be-able-to-edit-the-remarks-of-the-charge-and-it-should-appear-as-an-editable-field-with-its-text -> origin/us-1509-should-be-able-to-edit-the-remarks-of-the-charge-and-it-should-appear-as-an-editable-field-with-its-text 2019-04-25T10:32:52.5464159Z [new branch] us-1569-that-should-see-filters-for-my-map-to-filter-online-and-offline-drivers-and-prime-movers -> origin/us-1569-that-should-see-filters-for-my-map-to-filter-online-and-offline-drivers-and-prime-movers 2019-04-25T10:32:52.5464732Z [new branch] us-1637-at-Ongoing-Jobs-to-combine-SomeAssigned-and-Unassigned-into-one-filter-NotFullyAssigned -> origin/us-1637-at-Ongoing-Jobs-to-combine-SomeAssigned-and-Unassigned-into-one-filter-NotFullyAssigned 2019-04-25T10:32:52.5465136Z [new branch] us-2143-that-should-be-able-to-see-the-numbering-sequence-of-the-trip-cards-within-my-driver-windows -> origin/us-2143-that-should-be-able-to-see-the-numbering-sequence-of-the-trip-cards-within-my-driver-windows 2019-04-25T10:32:52.5465495Z [new branch] us-2545-add-type-of-finaxar -> origin/us-2545-add-type-of-finaxar 2019-04-25T10:32:52.5466578Z [new branch] us-2586-as-a-user-of-HCP-that-should-see-Ongoing-instead-of-On-going -> origin/us-2586-as-a-user-of-HCP-that-should-see-Ongoing-instead-of-On-going 2019-04-25T10:32:52.5466688Z [new branch] us-2718-that-should-see-SealNo-field-as-non-compulsory-for-Import-Trip-types -> origin/us-2718-that-should-see-SealNo-field-as-non-compulsory-for-Import-Trip-types 2019-04-25T10:32:52.5466747Z [new branch] us-2996-when-user-creating-a-job-that-should-only-be-able-to-enter-digits-in-the-Qty-field -> origin/us-2996-when-user-creating-a-job-that-should-only-be-able-to-enter-digits-in-the-Qty-field 2019-04-25T10:32:52.5466929Z [new branch] us-3140-deactivated-drivers-in-drivers-list-for-trip-form -> origin/us-3140-deactivated-drivers-in-drivers-list-for-trip-form 2019-04-25T10:32:52.5466981Z [new branch] us-fix-under-pricing-tab-change-icons-from-buttons -> origin/us-fix-under-pricing-tab-change-icons-from-buttons 2019-04-25T10:32:52.5467075Z [new branch] user-acceptance-testing-deployment -> origin/user-acceptance-testing-deployment 2019-04-25T10:32:52.5607123Z [new branch] user-story-1079-postal-code-standardized-for-all-addresses -> origin/user-story-1079-postal-code-standardized-for-all-addresses 2019-04-25T10:32:52.5608106Z [new branch] user-story-1079-standardized-postal-code-format-for-all-addresses -> origin/user-story-1079-standardized-postal-code-format-for-all-addresses 2019-04-25T10:32:52.5609745Z [new branch] user-story-1123-remove-space-of-container-number-after-updating -> origin/user-story-1123-remove-space-of-container-number-after-updating 2019-04-25T10:32:52.5610677Z [new branch] user-story-1133-show-super-user-name-on-chat-reply-for-super-user -> origin/user-story-1133-show-super-user-name-on-chat-reply-for-super-user 2019-04-25T10:32:52.5611688Z [new branch] user-story-1142-adding-invoice-created-column-on-billing-job -> origin/user-story-1142-adding-invoice-created-column-on-billing-job 2019-04-25T10:32:52.5612614Z [new branch] user-story-1145-add-haulio-PIC-select-option-for-super-user-in-a-job -> origin/user-story-1145-add-haulio-PIC-select-option-for-super-user-in-a-job 2019-04-25T10:32:52.5613552Z [new branch] user-story-1150-As-haulier-I-should-not-be-able-to-search-hauliodemo-haulio-io-account -> origin/user-story-1150-As-haulier-I-should-not-be-able-to-search-hauliodemo-haulio-io-account 2019-04-25T10:32:52.5614457Z [new branch] user-story-1177-changing-job-status-on-driver-to-driver-job-move -> origin/user-story-1177-changing-job-status-on-driver-to-driver-job-move 2019-04-25T10:32:52.5615361Z [new branch] user-story-1184-adding-PDF-export-for-trucking-instruction-on-behalf-of-shipper-and-hauliers -> origin/user-story-1184-adding-PDF-export-for-trucking-instruction-on-behalf-of-shipper-and-hauliers 2019-04-25T10:32:52.5616290Z [new branch] user-story-1224 -> origin/user-story-1224 2019-04-25T10:32:52.5617191Z [new branch] user-story-1347-driver-create-bulk-trips -> origin/user-story-1347-driver-create-bulk-trips 2019-04-25T10:32:52.5618064Z [new branch] user-story-1422-indicate-dangerous-goods-during-trip-creation -> origin/user-story-1422-indicate-dangerous-goods-during-trip-creation 2019-04-25T10:32:52.5619009Z [new branch] user-story-1443-company-can-create-duplicate-fleet-from-other-company -> origin/user-story-1443-company-can-create-duplicate-fleet-from-other-company 2019-04-25T10:32:52.5619951Z [new branch] user-story-1444-prime-mover-API-for-mobile -> origin/user-story-1444-prime-mover-API-for-mobile 2019-04-25T10:32:52.5620822Z [new branch] user-story-1489-submit-surcharge-from-driver-api -> origin/user-story-1489-submit-surcharge-from-driver-api 2019-04-25T10:32:52.5621688Z [new branch] user-story-1491-hcs-scheduling-board-automation-settings-for-superuser -> origin/user-story-1491-hcs-scheduling-board-automation-settings-for-superuser 2019-04-25T10:32:52.5622586Z [new branch] user-story-1500-driver-api-submit-individual-trip-form-item -> origin/user-story-1500-driver-api-submit-individual-trip-form-item 2019-04-25T10:32:52.5623457Z [new branch] user-story-1517-genereate-pnl-report-in-excel-sheet-as-superuser -> origin/user-story-1517-genereate-pnl-report-in-excel-sheet-as-superuser 2019-04-25T10:32:52.5624355Z [new branch] user-story-1528-force-update-latest-version-for-drivers -> origin/user-story-1528-force-update-latest-version-for-drivers 2019-04-25T10:32:52.5625477Z [new branch] user-story-1533-prevent-controller-creating-duplicated-trip-card-with-same-container-number -> origin/user-story-1533-prevent-controller-creating-duplicated-trip-card-with-same-container-number 2019-04-25T10:32:52.5626483Z [new branch] user-story-1544-adding-new-optional-fields-for-HCS-settings -> origin/user-story-1544-adding-new-optional-fields-for-HCS-settings 2019-04-25T10:32:52.5627535Z [new branch] user-story-1553-seal-number-compulsory-for-collection-import-trip-type -> origin/user-story-1553-seal-number-compulsory-for-collection-import-trip-type 2019-04-25T10:32:52.5628469Z [new branch] user-story-1597-check-registered-account-on-password-reset -> origin/user-story-1597-check-registered-account-on-password-reset 2019-04-25T10:32:52.5629431Z [new branch] user-story-1601-dhc-additional-charges -> origin/user-story-1601-dhc-additional-charges 2019-04-25T10:32:52.5630258Z [new branch] user-story-1602-send-driver-message-to-psa-retrieving-data-from-pregate-messages -> origin/user-story-1602-send-driver-message-to-psa-retrieving-data-from-pregate-messages 2019-04-25T10:32:52.5630679Z [new branch] user-story-1609-notify-driver-when-controller-delete-job -> origin/user-story-1609-notify-driver-when-controller-delete-job 2019-04-25T10:32:52.5786361Z [new branch] user-story-1868-reflect-changes-from-portnet-pregate-in-hcs-trip-cards-immediately -> origin/user-story-1868-reflect-changes-from-portnet-pregate-in-hcs-trip-cards-immediately 2019-04-25T10:32:52.5787322Z [new branch] user-story-1881-controller-trip-forms-with-additional-details -> origin/user-story-1881-controller-trip-forms-with-additional-details 2019-04-25T10:32:52.5788216Z [new branch] user-story-1951-show-psa-driver-messages-from-table-storage-in-psa-messaging-list -> origin/user-story-1951-show-psa-driver-messages-from-table-storage-in-psa-messaging-list 2019-04-25T10:32:52.5789211Z [new branch] user-story-2083-new-psa-container-survey-flow -> origin/user-story-2083-new-psa-container-survey-flow 2019-04-25T10:32:52.5790106Z [new branch] user-story-2112-enable-j5-and-kd-jobs-in-pregate-jobs -> origin/user-story-2112-enable-j5-and-kd-jobs-in-pregate-jobs 2019-04-25T10:32:52.5791005Z [new branch] user-story-2113-add-pregate-auto-create-trip-card-option-in-hcs-profile -> origin/user-story-2113-add-pregate-auto-create-trip-card-option-in-hcs-profile 2019-04-25T10:32:52.5791908Z [new branch] user-story-2134-latest-trip-card-at-the-top -> origin/user-story-2134-latest-trip-card-at-the-top 2019-04-25T10:32:52.5792867Z [new branch] user-story-2156-add-options-in-hcs-for-j5-and-kd-pregate-auto-create -> origin/user-story-2156-add-options-in-hcs-for-j5-and-kd-pregate-auto-create 2019-04-25T10:32:52.5793774Z [new branch] user-story-2168-adding-Haulier-Name-column-on-container-list-excel-export -> origin/user-story-2168-adding-Haulier-Name-column-on-container-list-excel-export 2019-04-25T10:32:52.5794675Z [new branch] user-story-230-as-a-customer-i-have-more-requirements-than-just-a-PIC-contact-details -> origin/user-story-230-as-a-customer-i-have-more-requirements-than-just-a-PIC-contact-details 2019-04-25T10:32:52.5795589Z [new branch] user-story-2381-update-existing-nmt-jobs-when-there-is-nmt-job-pregate -> origin/user-story-2381-update-existing-nmt-jobs-when-there-is-nmt-job-pregate 2019-04-25T10:32:52.5796510Z [new branch] user-story-2449-change-driver-api-terms-and-conditions-text -> origin/user-story-2449-change-driver-api-terms-and-conditions-text 2019-04-25T10:32:52.5797385Z [new branch] user-story-2611-chat-notification-when-controller-update-container-seal-trailer-number -> origin/user-story-2611-chat-notification-when-controller-update-container-seal-trailer-number 2019-04-25T10:32:52.5798272Z [new branch] user-story-2612-verify-all-my-trip-forms-with-one-button -> origin/user-story-2612-verify-all-my-trip-forms-with-one-button 2019-04-25T10:32:52.5799535Z [new branch] user-story-2629-filtering-jobs-by-Haulio-PIC-in-ongoing-jobs -> origin/user-story-2629-filtering-jobs-by-Haulio-PIC-in-ongoing-jobs 2019-04-25T10:32:52.5800452Z [new branch] user-story-2636-add-haulio-PIC-select-feature-for-Haulier-Job -> origin/user-story-2636-add-haulio-PIC-select-feature-for-Haulier-Job 2019-04-25T10:32:52.5801408Z [new branch] user-story-2654-I-should-be-streamlined-into-different-haulio-account-types -> origin/user-story-2654-I-should-be-streamlined-into-different-haulio-account-types 2019-04-25T10:32:52.5802343Z [new branch] user-story-2665-adding-deactivated-assets-filter-for-driver-trailer-and-prime-mover -> origin/user-story-2665-adding-deactivated-assets-filter-for-driver-trailer-and-prime-mover 2019-04-25T10:32:52.5803240Z [new branch] user-story-2741-multiple-user-unread-chat-notifications -> origin/user-story-2741-multiple-user-unread-chat-notifications 2019-04-25T10:32:52.5804152Z [new branch] user-story-2855-substring-nirc-fin-last-4-characters-for-driver-profile -> origin/user-story-2855-substring-nirc-fin-last-4-characters-for-driver-profile 2019-04-25T10:32:52.5805201Z [new branch] user-story-2886-show-primemover-no-nmtbatch-no-and-container-no-from-pregate-message-in-trip-cards -> origin/user-story-2886-show-primemover-no-nmtbatch-no-and-container-no-from-pregate-message-in-trip-cards 2019-04-25T10:32:52.5806234Z [new branch] user-story-3131-filter-completed-bookings-or-closed-jobs-by-months -> origin/user-story-3131-filter-completed-bookings-or-closed-jobs-by-months 2019-04-25T10:32:52.5807121Z [new branch] user-story-3171-adding-job-completed-time-to-track -> origin/user-story-3171-adding-job-completed-time-to-track 2019-04-25T10:32:52.5807946Z [new branch] user-story-3251-add-logic-to-send-start-complete-message-from-driver-with-new-button -> origin/user-story-3251-add-logic-to-send-start-complete-message-from-driver-with-new-button 2019-04-25T10:32:52.5808392Z [new branch] user-story-426-i-want-indicate-truck-in-truck-out-timing-for-my-own-reference -> origin/user-story-426-i-want-indicate-truck-in-truck-out-timing-for-my-own-reference 2019-04-25T10:32:52.5959254Z [new branch] user-story-490-as-a-haulier-i-should-not-be-able-to-see-lost-opportunity -> origin/user-story-490-as-a-haulier-i-should-not-be-able-to-see-lost-opportunity 2019-04-25T10:32:52.5960236Z [new branch] user-story-493-as-users-i-will-be-able-to-select-multiple-containers-at-one-time-to-make-changes-to -> origin/user-story-493-as-users-i-will-be-able-to-select-multiple-containers-at-one-time-to-make-changes-to 2019-04-25T10:32:52.5961141Z [new branch] user-story-512-As-Haulier-my-Jobs-taken-tab-I-should-see-a-Truck-In-Date-column -> origin/user-story-512-As-Haulier-my-Jobs-taken-tab-I-should-see-a-Truck-In-Date-column 2019-04-25T10:32:52.5962103Z [new branch] user-story-514-as-users-i-should-see-a-disclaimer-under-container-info-for-additional-charges -> origin/user-story-514-as-users-i-should-see-a-disclaimer-under-container-info-for-additional-charges 2019-04-25T10:32:52.5963018Z [new branch] user-story-519-as-users-i-should-see-a-notification-panels-and-be-able-to-see-the-history-of-my-notifications-through-a-see-all-page -> origin/user-story-519-as-users-i-should-see-a-notification-panels-and-be-able-to-see-the-history-of-my-notifications-through-a-see-all-page 2019-04-25T10:32:52.5963945Z [new branch] user-story-728-transform-javascripts-used-in-Manage-Job-and-HCS-driver-job-kaban-views-to-use-TypeScript -> origin/user-story-728-transform-javascripts-used-in-Manage-Job-and-HCS-driver-job-kaban-views-to-use-TypeScript 2019-04-25T10:32:52.5964926Z [new branch] user-story-766-OutOfJurong-pricing-add-remove-automatically -> origin/user-story-766-OutOfJurong-pricing-add-remove-automatically 2019-04-25T10:32:52.5965931Z [new branch] user-story-861-notification-seeAll-page-lookAndFeel -> origin/user-story-861-notification-seeAll-page-lookAndFeel 2019-04-25T10:32:52.5967129Z [new branch] user-story-867-change-design-for-EmailTemplateLayout-for-email-notifications-for-users -> origin/user-story-867-change-design-for-EmailTemplateLayout-for-email-notifications-for-users 2019-04-25T10:32:52.5968045Z [new branch] user-story-898-create-new-company-type-for-haulio -> origin/user-story-898-create-new-company-type-for-haulio 2019-04-25T10:32:52.5969072Z [new branch] user-story-900-ShowAll-notifications-page-Design-change -> origin/user-story-900-ShowAll-notifications-page-Design-change 2019-04-25T10:32:52.5970055Z [new branch] user-story-907-define-roles-available-in-own-company-as-company-admin-and-super-user -> origin/user-story-907-define-roles-available-in-own-company-as-company-admin-and-super-user 2019-04-25T10:32:52.5970929Z [new branch] user-story-908-define-staff-roles-and-decides-which-email-can-be-received -> origin/user-story-908-define-staff-roles-and-decides-which-email-can-be-received 2019-04-25T10:32:52.5971902Z [new branch] user-story-970-As-Haulio-Superuser,set-the-truck-in-and-truck-out-timing-in-ranges -> origin/user-story-970-As-Haulio-Superuser,set-the-truck-in-and-truck-out-timing-in-ranges 2019-04-25T10:32:52.5972790Z [new branch] user-story-973-add-createdBy-column-to-Haulier-partner-job-list -> origin/user-story-973-add-createdBy-column-to-Haulier-partner-job-list 2019-04-25T10:32:52.5973772Z [new branch] user-story-998-set-important-dates-for-jobs-as-superusers -> origin/user-story-998-set-important-dates-for-jobs-as-superusers 2019-04-25T10:32:52.5974636Z [new branch] user-story-haulio-should-be-able-to-see-who-created-the-charges -> origin/user-story-haulio-should-be-able-to-see-who-created-the-charges 2019-04-25T10:32:52.5975491Z [new branch] user-story-implement-smartlook-into-community -> origin/user-story-implement-smartlook-into-community 2019-04-25T10:32:52.5976835Z [new branch] user-story-indicate-loading-for-logs-and-charges-content-for-users -> origin/user-story-indicate-loading-for-logs-and-charges-content-for-users 2019-04-25T10:32:52.5978728Z [new branch] user-stroy-969-As-Haulio-Superuser-I-should-be-able-to-bookmark-the-jobs -> origin/user-stroy-969-As-Haulio-Superuser-I-should-be-able-to-bookmark-the-jobs 2019-04-25T10:32:52.5979896Z [new branch] userStory-787-shift-select-multiple-containers-for-haulio -> origin/userStory-787-shift-select-multiple-containers-for-haulio 2019-04-25T10:32:52.5980996Z [new branch] vessel-voyage-eta-auto-filling-in-creating-job -> origin/vessel-voyage-eta-auto-filling-in-creating-job 2019-04-25T10:32:52.5982065Z [new branch] view-haulier-who-has-seen-the-job -> origin/view-haulier-who-has-seen-the-job 2019-04-25T10:32:52.5982697Z [new branch] warehouse-no-field-for-hcs-new-trip -> origin/warehouse-no-field-for-hcs-new-trip 2019-04-25T10:32:52.6024329Z [new branch] weekly-jobs-completed-chart-for-customer -> origin/weekly-jobs-completed-chart-for-customer 2019-04-25T10:32:52.6024420Z * [new branch] whatsapp-fix-returnjson -> origin/whatsapp-fix-returnjson 2019-04-25T10:32:52.6213459Z ##[command]git checkout --progress --force 18cfed608533495544c1c8442327ca6e46b3a478 2019-04-25T10:32:53.6822152Z Checking out files: 24% (2899/11839)
2019-04-25T10:32:53.7722306Z Checking out files: 25% (2960/11839)
2019-04-25T10:32:53.8104390Z Checking out files: 26% (3079/11839)
2019-04-25T10:32:53.8582998Z Checking out files: 27% (3197/11839)
2019-04-25T10:32:54.1074720Z Checking out files: 28% (3315/11839)
2019-04-25T10:32:54.3141802Z Checking out files: 29% (3434/11839)
2019-04-25T10:32:54.3357767Z Checking out files: 30% (3552/11839)
2019-04-25T10:32:54.3568698Z Checking out files: 31% (3671/11839)
2019-04-25T10:32:54.3775883Z Checking out files: 32% (3789/11839)
2019-04-25T10:32:54.3947559Z Checking out files: 33% (3907/11839)
2019-04-25T10:32:54.4125524Z Checking out files: 34% (4026/11839)
2019-04-25T10:32:54.4350910Z Checking out files: 35% (4144/11839)
2019-04-25T10:32:54.4511037Z Checking out files: 36% (4263/11839)
2019-04-25T10:32:54.4660101Z Checking out files: 37% (4381/11839)
2019-04-25T10:32:54.4869358Z Checking out files: 38% (4499/11839)
2019-04-25T10:32:54.5207641Z Checking out files: 39% (4618/11839)
2019-04-25T10:32:54.5893897Z Checking out files: 40% (4736/11839)
2019-04-25T10:32:54.6229830Z Checking out files: 41% (4854/11839)
2019-04-25T10:32:54.6520108Z Checking out files: 42% (4973/11839)
2019-04-25T10:32:54.6671070Z Checking out files: 43% (5091/11839)
2019-04-25T10:32:54.6761760Z Checking out files: 43% (5177/11839)
2019-04-25T10:32:54.7030463Z Checking out files: 44% (5210/11839)
2019-04-25T10:32:54.7390302Z Checking out files: 45% (5328/11839)
2019-04-25T10:32:54.7735261Z Checking out files: 46% (5446/11839)
2019-04-25T10:32:54.7969119Z Checking out files: 47% (5565/11839)
2019-04-25T10:32:54.8118525Z Checking out files: 48% (5683/11839)
2019-04-25T10:32:54.8298971Z Checking out files: 49% (5802/11839)
2019-04-25T10:32:54.8469760Z Checking out files: 50% (5920/11839)
2019-04-25T10:32:54.8613387Z Checking out files: 51% (6038/11839)
2019-04-25T10:32:54.8795632Z Checking out files: 52% (6157/11839)
2019-04-25T10:32:54.8934472Z Checking out files: 53% (6275/11839)
2019-04-25T10:32:54.9111652Z Checking out files: 54% (6394/11839)
2019-04-25T10:32:54.9258562Z Checking out files: 55% (6512/11839)
2019-04-25T10:32:54.9426386Z Checking out files: 56% (6630/11839)
2019-04-25T10:32:54.9571436Z Checking out files: 57% (6749/11839)
2019-04-25T10:32:54.9711754Z Checking out files: 58% (6867/11839)
2019-04-25T10:32:54.9873255Z Checking out files: 59% (6986/11839)
2019-04-25T10:32:54.9998739Z Checking out files: 60% (7104/11839)
2019-04-25T10:32:55.0130199Z Checking out files: 61% (7222/11839)
2019-04-25T10:32:55.0250887Z Checking out files: 62% (7341/11839)
2019-04-25T10:32:55.0382766Z Checking out files: 63% (7459/11839)
2019-04-25T10:32:55.0520373Z Checking out files: 64% (7577/11839)
2019-04-25T10:32:55.0666155Z Checking out files: 65% (7696/11839)
2019-04-25T10:32:55.0831216Z Checking out files: 66% (7814/11839)
2019-04-25T10:32:55.1000955Z Checking out files: 67% (7933/11839)
2019-04-25T10:32:55.1134820Z Checking out files: 68% (8051/11839)
2019-04-25T10:32:55.1434472Z Checking out files: 69% (8169/11839)
2019-04-25T10:32:55.1867714Z Checking out files: 70% (8288/11839)
2019-04-25T10:32:55.2850004Z Checking out files: 71% (8406/11839)
2019-04-25T10:32:55.3058734Z Checking out files: 72% (8525/11839)
2019-04-25T10:32:55.3357510Z Checking out files: 73% (8643/11839)
2019-04-25T10:32:55.3811914Z Checking out files: 74% (8761/11839)
2019-04-25T10:32:55.4109042Z Checking out files: 75% (8880/11839)
2019-04-25T10:32:55.4335368Z Checking out files: 76% (8998/11839)
2019-04-25T10:32:55.4559296Z Checking out files: 77% (9117/11839)
2019-04-25T10:32:55.4782017Z Checking out files: 78% (9235/11839)
2019-04-25T10:32:55.7549876Z Checking out files: 79% (9353/11839)
2019-04-25T10:32:55.7793355Z Checking out files: 79% (9354/11839)
2019-04-25T10:32:55.8015749Z Checking out files: 80% (9472/11839)
2019-04-25T10:32:55.8400317Z Checking out files: 81% (9590/11839)
2019-04-25T10:32:55.8963055Z Checking out files: 82% (9708/11839)
2019-04-25T10:32:55.9280621Z Checking out files: 83% (9827/11839)
2019-04-25T10:32:55.9662440Z Checking out files: 84% (9945/11839)
2019-04-25T10:32:55.9865166Z Checking out files: 85% (10064/11839)
2019-04-25T10:32:56.0074671Z Checking out files: 86% (10182/11839)
2019-04-25T10:32:56.0262636Z Checking out files: 87% (10300/11839)
2019-04-25T10:32:56.0493581Z Checking out files: 88% (10419/11839)
2019-04-25T10:32:56.0868867Z Checking out files: 89% (10537/11839)
2019-04-25T10:32:56.5190954Z Checking out files: 90% (10656/11839)
2019-04-25T10:32:56.5703424Z Checking out files: 91% (10774/11839)
2019-04-25T10:32:56.6581374Z Checking out files: 92% (10892/11839)
2019-04-25T10:32:56.6685439Z Checking out files: 93% (11011/11839)
2019-04-25T10:32:56.6832803Z Checking out files: 93% (11077/11839)
2019-04-25T10:32:56.7277962Z Checking out files: 94% (11129/11839)
2019-04-25T10:32:56.8016658Z Checking out files: 95% (11248/11839)
2019-04-25T10:32:56.8405050Z Checking out files: 96% (11366/11839)
2019-04-25T10:32:57.2474918Z Checking out files: 97% (11484/11839)
2019-04-25T10:32:57.6715176Z Checking out files: 98% (11603/11839)
2019-04-25T10:32:57.7053136Z Checking out files: 98% (11712/11839)
2019-04-25T10:32:57.8821101Z Checking out files: 99% (11721/11839)
2019-04-25T10:32:57.8864291Z Checking out files: 100% (11839/11839)
2019-04-25T10:32:57.8864364Z Checking out files: 100% (11839/11839), done. 2019-04-25T10:32:57.9238165Z Note: checking out '18cfed608533495544c1c8442327ca6e46b3a478'. 2019-04-25T10:32:57.9238233Z 2019-04-25T10:32:57.9238281Z You are in 'detached HEAD' state. You can look around, make experimental 2019-04-25T10:32:57.9238329Z changes and commit them, and you can discard any commits you make in this 2019-04-25T10:32:57.9238401Z state without impacting any branches by performing another checkout. 2019-04-25T10:32:57.9238426Z 2019-04-25T10:32:57.9238494Z If you want to create a new branch to retain commits you create, you may 2019-04-25T10:32:57.9238541Z do so (now or later) by using -b with the checkout command again. Example: 2019-04-25T10:32:57.9238583Z 2019-04-25T10:32:57.9238625Z git checkout -b 2019-04-25T10:32:57.9238652Z 2019-04-25T10:32:57.9238698Z HEAD is now at 18cfed60 Merged PR 2059: User Story 2741 Allow multiple users unread chat 2019-04-25T10:32:57.9545094Z ##[section]Finishing: Checkout 2019-04-25T10:32:57.9564290Z ##[section]Starting: Restore 2019-04-25T10:32:57.9629430Z ============================================================================== 2019-04-25T10:32:57.9629486Z Task : .NET Core 2019-04-25T10:32:57.9629526Z Description : Build, test, package, or publish a dotnet application, or run a custom dotnet command. For package commands, supports NuGet.org and authenticated feeds like Package Management and MyGet. 2019-04-25T10:32:57.9629585Z Version : 2.150.1 2019-04-25T10:32:57.9629628Z Author : Microsoft Corporation 2019-04-25T10:32:57.9629672Z Help : More Information 2019-04-25T10:32:57.9629727Z ============================================================================== 2019-04-25T10:33:00.0218422Z [command]C:\Windows\system32\chcp.com 65001 2019-04-25T10:33:00.0305869Z Active code page: 65001 2019-04-25T10:33:00.0345158Z SYSTEMVSSCONNECTION exists true 2019-04-25T10:33:00.1409093Z SYSTEMVSSCONNECTION exists true 2019-04-25T10:33:01.9292973Z SYSTEMVSSCONNECTION exists true 2019-04-25T10:33:01.9317882Z Saving NuGet.config to a temporary config file. 2019-04-25T10:33:01.9363413Z Saving NuGet.config to a temporary config file. 2019-04-25T10:33:01.9904292Z [command]"C:\Program Files\dotnet\dotnet.exe" restore D:\a\1\s\Community.Api\Community.Api.csproj --configfile D:\a\1\Nuget\tempNuGet_11.config --verbosity Detailed 2019-04-25T10:33:12.8196358Z 2019-04-25T10:33:12.8196634Z Welcome to .NET Core! 2019-04-25T10:33:12.8196681Z --------------------- 2019-04-25T10:33:12.8196736Z Learn more about .NET Core @ https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs. 2019-04-25T10:33:12.8196788Z Telemetry 2019-04-25T10:33:12.8196865Z -------------- 2019-04-25T10:33:12.8196952Z The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include commandline arguments. The data is collected by Microsoft and shared with the community. 2019-04-25T10:33:12.8197178Z You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell. 2019-04-25T10:33:12.8197248Z You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry. 2019-04-25T10:33:12.8197295Z Configuring... 2019-04-25T10:33:12.8197340Z ------------------- 2019-04-25T10:33:12.8197414Z A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once. 2019-04-25T10:33:18.3591630Z Decompressing 0%Decompressing 1%Decompressing 2%Decompressing 3%Decompressing 4%Decompressing 5%Decompressing 6%Decompressing 7%Decompressing 8%Decompressing 9%Decompressing 10%Decompressing 11%Decompressing 12%Decompressing 13%Decompressing 14%Decompressing 15%Decompressing 16%Decompressing 17%Decompressing 18%Decompressing 19%Decompressing 20%Decompressing 21%Decompressing 22%Decompressing 23%Decompressing 24%Decompressing 25%Decompressing 26%Decompressing 27%Decompressing 28%Decompressing 29%Decompressing 30%Decompressing 31%Decompressing 32%Decompressing 33%Decompressing 34%Decompressing 35%Decompressing 36%Decompressing 37%Decompressing 38%Decompressing 39%Decompressing 40%Decompressing 41%Decompressing 42%Decompressing 43%Decompressing 44%Decompressing 45%Decompressing 46%Decompressing 47%Decompressing 48%Decompressing 49%Decompressing 50%Decompressing 51%Decompressing 52%Decompressing 53%Decompressing 54%Decompressing 55%Decompressing 56%Decompressing 57%Decompressing 58%Decompressing 59%Decompressing 60%Decompressing 61%Decompressing 62%Decompressing 63%Decompressing 64%Decompressing 65%Decompressing 66%Decompressing 67%Decompressing 68%Decompressing 69%Decompressing 70%Decompressing 71%Decompressing 72%Decompressing 73%Decompressing 74%Decompressing 75%Decompressing 76%Decompressing 77%Decompressing 78%Decompressing 79%Decompressing 80%Decompressing 81%Decompressing 82%Decompressing 83%Decompressing 84%Decompressing 85%Decompressing 86%Decompressing 87%Decompressing 88%Decompressing 89%Decompressing 90%Decompressing 91%Decompressing 92%Decompressing 93%Decompressing 94%Decompressing 95%Decompressing 96%Decompressing 97%Decompressing 98%Decompressing 99%Decompressing 100% 4856 ms 2019-04-25T10:34:15.2552529Z Expanding 0%Expanding 1%Expanding 2%Expanding 3%Expanding 4%Expanding 5%Expanding 6%Expanding 7%Expanding 8%Expanding 9%Expanding 10%Expanding 11%Expanding 12%Expanding 13%Expanding 14%Expanding 15%Expanding 16%Expanding 17%Expanding 18%Expanding 19%Expanding 20%Expanding 21%Expanding 22%Expanding 23%Expanding 24%Expanding 25%Expanding 26%Expanding 27%Expanding 28%Expanding 29%Expanding 30%Expanding 31%Expanding 32%Expanding 33%Expanding 34%Expanding 35%Expanding 36%Expanding 37%Expanding 38%Expanding 39%Expanding 40%Expanding 41%Expanding 42%Expanding 43%Expanding 44%Expanding 45%Expanding 46%Expanding 47%Expanding 48%Expanding 49%Expanding 50%Expanding 51%Expanding 52%Expanding 53%Expanding 54%Expanding 55%Expanding 56%Expanding 57%Expanding 58%Expanding 59%Expanding 60%Expanding 61%Expanding 62%Expanding 63%Expanding 64%Expanding 65%Expanding 66%Expanding 67%Expanding 68%Expanding 69%Expanding 70%Expanding 71%Expanding 72%Expanding 73%Expanding 74%Expanding 75%Expanding 76%Expanding 77%Expanding 78%Expanding 79%Expanding 80%Expanding 81%Expanding 82%Expanding 83%Expanding 84%Expanding 85%Expanding 86%Expanding 87%Expanding 88%Expanding 89%Expanding 90%Expanding 91%Expanding 92%Expanding 93%Expanding 94%Expanding 95%Expanding 96%Expanding 97%Expanding 98%Expanding 99%Expanding 100% 55036 ms 2019-04-25T10:35:07.5574518Z error: Invalid input 'D:\a\1\s\Community.Api\Community.Api.csproj'. The file type was not recognized. 2019-04-25T10:35:12.3511574Z ##[error]Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1 2019-04-25T10:35:12.3524800Z ##[error]Packages failed to restore 2019-04-25T10:35:12.3567195Z ##[section]Finishing: Restore 2019-04-25T10:35:12.3598899Z ##[section]Starting: Publish Artifact 2019-04-25T10:35:12.3681003Z ============================================================================== 2019-04-25T10:35:12.3681087Z Task : Publish Build Artifacts 2019-04-25T10:35:12.3681414Z Description : Publish build artifacts to Azure Pipelines/TFS or a file share 2019-04-25T10:35:12.3681454Z Version : 1.142.2 2019-04-25T10:35:12.3681517Z Author : Microsoft Corporation 2019-04-25T10:35:12.3681554Z Help : More Information 2019-04-25T10:35:12.3681591Z ============================================================================== 2019-04-25T10:35:12.6243799Z ##[warning]Directory 'D:\a\1\a' is empty. Nothing will be added to build artifact 'drop'. 2019-04-25T10:35:12.6244756Z ##[section]Finishing: Publish Artifact 2019-04-25T10:35:12.6256358Z ##[section]Starting: Checkout 2019-04-25T10:35:12.6326324Z ============================================================================== 2019-04-25T10:35:12.6326377Z Task : Get sources 2019-04-25T10:35:12.6326567Z Description : Get sources from a repository. Supports Git, TfsVC, and SVN repositories. 2019-04-25T10:35:12.6326606Z Version : 1.0.0 2019-04-25T10:35:12.6326644Z Author : Microsoft 2019-04-25T10:35:12.6326704Z Help : More Information 2019-04-25T10:35:12.6326743Z ============================================================================== 2019-04-25T10:35:13.0528336Z Cleaning any cached credential from repository: Community (Git) 2019-04-25T10:35:13.0582997Z ##[section]Finishing: Checkout 2019-04-25T10:35:13.0647527Z ##[section]Starting: Finalize Job 2019-04-25T10:35:13.0685156Z Start cleaning up orphan processes. 2019-04-25T10:35:13.0690958Z ##[section]Finishing: Finalize Job 2019-04-25T10:35:13.0741043Z ##[section]Finishing: Job

anuragc617 commented 5 years ago

@ceteongvanness The error suggests that the dotNet version on your agent is older. You can queue your build to VS2017 agent which supports net core csproj.

JohannesDrexler commented 5 years ago

It seems the installed dotnet-version is too old. Add a ".NET Core SDK Installer"-task at the start of your definition and specify the version you are using in development.

Also it might be usefull to know which agent you use. only logs is not enough information. There is a reason an issue-template is configured for this repository

ceteongvanness commented 5 years ago

[section]Starting: Test

============================================================================== Task : .NET Core Description : Build, test, package, or publish a dotnet application, or run a custom dotnet command. For package commands, supports NuGet.org and authenticated feeds like Package Management and MyGet. Version : 2.150.1 Author : Microsoft Corporation Help : More Information

[command]C:\windows\system32\chcp.com 65001 Active code page: 65001

[warning]Project file(s) matching the specified pattern were not found.

[section]Finishing: Test

My currently the .NET Core SDK in global.json is 2.1.503 and it showing the warning sign in Test. I believe alot developer also don't like to see the warning sign also.

anuragc617 commented 5 years ago

@ceteongvanness This error generally comes when the "dotNet Core test" task doesn't find the tests csproj. The path of the test csproj in the task is **/*[Tt]ests/*.csproj, if that doesn't match the path of your tests csproj then it gives warning. So if you have tests csproj, make sure that matches the given path or if you don't have the tests then remove the "dotNet Core test" task from the build definition.

anuragc617 commented 5 years ago

Hey @ceteongvanness, if you don't have the tests csproj, you can remove "dotNet Core test" from the dotNetCore template. Closing this, if you have any issue related to this, please re-open.

lucianoschirmer commented 2 years ago

Hey @anuragc617 this worked for me. Thanks.

ayelen-aguirre commented 2 years ago

Hola! a mi me salta este problema cuando voy a depurar c# en visual studio code.. Alguien sabra decirme?

Executing task: C:\Program Files\dotnet\dotnet.exe build C:\Users\hecto\OneDrive\Desktop\VSC_CS\BucleFor/BucleFor.csproj /property:GenerateFullPaths=true /consoleloggerparameters:NoSummary <

razusaha commented 11 months ago

Dear All. Facing error in uipath deploy of azure devops. error : ##[error]Error deploying package: Error: The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1. How can i solve it?