arcus-azure / arcus.eventgrid

Azure Event Grid development in a breeze
https://eventgrid.arcus-azure.net/
MIT License
17 stars 6 forks source link

CHORE: merge MyGet release into CI build #95

Closed stijnmoreels closed 5 years ago

stijnmoreels commented 5 years ago

Merge MyGet release into CI build.

Relates to #71

stijnmoreels commented 5 years ago

Integration tests fails with service bus exception? https://dev.azure.com/codit/Arcus/_build/results?buildId=38508&view=results

tomkerkhove commented 5 years ago

That is correct, I think they've rolled out a change that broke this.

You have to change https://github.com/arcus-azure/arcus.eventgrid/blob/master/src/Arcus.EventGrid.Testing/Infrastructure/Hosts/ServiceBus/ServiceBusEventConsumerHost.cs#L144 to use Accept-All instead.

Thought I've sent a PR for this since I've fixed it recently but guess not 😅

tomkerkhove commented 5 years ago

@stijnmoreels Can you look at the failing test please?

tomkerkhove commented 5 years ago

/azp run CI - Arcus.EventGrid

azure-pipelines[bot] commented 5 years ago
Azure Pipelines successfully started running 1 pipeline(s).
tomkerkhove commented 5 years ago

@stijnmoreels Re-triggered it, let's see if it's due to flakyness or not.

arcus-automation commented 5 years ago

A new preview package for Arcus.EventGrid.All is available on MyGet.

You can pull it locally via the CLI:

PM> Install-Package Arcus.EventGrid.All -Version 20191018.0.0-PR-95 -Source https://www.myget.org/F/arcus/api/v3/index.json
arcus-automation commented 5 years ago

A new preview package for Arcus.EventGrid.All is available on MyGet.

You can pull it locally via the CLI:

PM> Install-Package Arcus.EventGrid.All -Version 20191020.0.0-PR-95 -Source https://www.myget.org/F/arcus/api/v3/index.json
arcus-automation commented 5 years ago

A new preview package for Arcus.EventGrid.All is available on MyGet.

You can pull it locally via the CLI:

PM> Install-Package Arcus.EventGrid.All -Version 20191022.0.0-PR-95 -Source https://www.myget.org/F/arcus/api/v3/index.json