Azure / iot-identity-service

Source of the Azure IoT Identity Service and related services.
MIT License
37 stars 46 forks source link

E2E Test: Move dotnet6 install after apt-get update #534

Closed nlcamp closed 1 year ago

nlcamp commented 1 year ago

Cherry-pick from #533:

Fixes an issue we run into after each .NET release, where the the scheduled E2E workflow fails during the suite-setup job's install of the dotnet6 package. This is because apt-get update needs to be run before apt-get install dotnet6.

This change has been tested using a manual E2E workflow run: https://github.com/Azure/iot-identity-service/actions/runs/5325634976