aws / aws-xray-sdk-dotnet

The official AWS X-Ray SDK for .NET.
Apache License 2.0
114 stars 64 forks source link

install .net sdks for smoke tests #276

Closed srprash closed 2 years ago

srprash commented 2 years ago

The continuous monitoring CI has been failing due to the ubuntu-latest image dropping the .Net 3.1.0 SDK. To avoid this in the future, we can explicitly install the .Net SDKs required for the smoke tests.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.