fix stat controller build plugins in correct mode
This commit is contained in:
parent
25a69a2018
commit
9db38a130c
@ -116,7 +116,7 @@ namespace IW4MAdmin.Plugins.Web.StatsWeb.Controllers
|
|||||||
.FirstOrDefaultAsync(_penalty => _penalty.PenaltyId == penaltyId);
|
.FirstOrDefaultAsync(_penalty => _penalty.PenaltyId == penaltyId);
|
||||||
|
|
||||||
// todo: this can be optimized
|
// todo: this can be optimized
|
||||||
var iqSnapshotInfo = ctx.Set<Models.EFACSnapshot>()
|
var iqSnapshotInfo = ctx.Set<Stats.Models.EFACSnapshot>()
|
||||||
.Where(s => s.ClientId == penalty.OffenderId)
|
.Where(s => s.ClientId == penalty.OffenderId)
|
||||||
.Include(s => s.LastStrainAngle)
|
.Include(s => s.LastStrainAngle)
|
||||||
.Include(s => s.HitOrigin)
|
.Include(s => s.HitOrigin)
|
||||||
|
@ -27,6 +27,7 @@ steps:
|
|||||||
inputs:
|
inputs:
|
||||||
command: 'build'
|
command: 'build'
|
||||||
projects: '**/*.csproj'
|
projects: '**/*.csproj'
|
||||||
|
arguments: '-c $(buildConfiguration)'
|
||||||
|
|
||||||
- task: PowerShell@2
|
- task: PowerShell@2
|
||||||
inputs:
|
inputs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user