Closed mthalman closed 2 months ago
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.
The changes from https://github.com/dotnet/docker-tools/pull/1434 cause issues in the pipeline when dry run is enabled because the
generateEolAnnotationData
command that gets executed after it expects those files to exist. But in dry run, those files are not written to.This is fixed by moving the check for dry run so that it is after those files get written to.