Releases: agoda-com/dotnet-build-metrics
Releases · agoda-com/dotnet-build-metrics
1.0.121
Add tags for is QA (#45) * Add tags for is QA * make changes * refactor --------- Co-authored-by: jdickson <[email protected]>
1.0.117
Update README.md (#44) * update docs
1.0.113
Update Agoda.DevFeedback.Common.csproj (#42)
1.0.111
fix branch name on CI (#41) Co-authored-by: psomangali <[email protected]>
1.0.110
using ternary expression (#40) Co-authored-by: psomangali <[email protected]>
1.0.109
include runid TestCasePayload (#39) Co-authored-by: psomangali <[email protected]>
1.0.108
use default timeout (#38) Co-authored-by: Virasak Dungrikaew <[email protected]>
1.0.107
fix wrong endpoint for sending build time (#37) Co-authored-by: Virasak Dungrikaew <[email protected]>
1.0.104
use Newtonsoft instead of System.Text.Json (#36) Co-authored-by: vdungsrikaew <[email protected]>
1.0.103
Proposal: Refactor publisher (#29) * Refactoring publisher to reduce logic and support async operation. * Forgot to fill in environment variable names in lookup table. * Fixed failed conflict resolution. * Updated to use new publish methods. * Use Wait instead of RunSynchronously