aws / aws-extensions-for-dotnet-cli

Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
Apache License 2.0
369 stars 86 forks source link

Skip NET8 Native AOT test because it's not supported in the pipeline #309

Closed philasmar closed 3 months ago

philasmar commented 3 months ago

Description of changes: After some investigation, the NET8 Native AOT test was failing in the pipeline because it could not find the Docker CLI. This is due to the tests running on a Windows container which does not have Docker available on it. I have skipped the test, similar to what we have done with others tests.

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