mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 15:42:48 -05:00
Update qa env (#1504)
* deploying directly to the production slot of the App Service * Update Azure Service Bus package * adding a app service shutdown to qa * reverting QA env deploy change * Update qa-deploy workflow with debugging statement * Disable start/stop in QA deploy workflow * Fix UserKdf and UserApiKey migrations to only update null values (#1494) * Add proper New Relic NuGet package for .NET 5 * Test NewRelic changes Co-authored-by: Vince Grassia <593223+vgrassia@users.noreply.github.com>
This commit is contained in:
@ -29,7 +29,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.2" />
|
||||
<PackageReference Include="NewRelic.Agent" Version="8.30.0" />
|
||||
<PackageReference Include="NewRelic.Agent" Version="8.41.0" />
|
||||
<PackageReference Include="Swashbuckle.AspNetCore" Version="5.5.1" />
|
||||
<PackageReference Include="Microsoft.Azure.EventGrid" Version="3.2.0" />
|
||||
</ItemGroup>
|
||||
|
Reference in New Issue
Block a user