microsoft / dotnet-framework-docker

The repo for the official docker images for .NET Framework on Windows Server Core.
https://hub.docker.com/_/microsoft-dotnet-framework
MIT License
714 stars 335 forks source link

Error reading TsaOptions config file in .NET Framework pipelines #1189

Closed lbussell closed 1 week ago

lbussell commented 2 weeks ago

Example pipeline with the error: https://dev.azure.com/dnceng/internal/_build/results?buildId=2580600&view=logs&j=91b26311-6486-5794-a17b-4b6d2c23aaa2&t=ae84f7c7-1991-5d87-3d6c-5682116bfe2e&l=17

Error message:

Microsoft Global Data Privacy Notice for Employees, External Staff, Candidates and Guests:
https://go.microsoft.com/fwlink/?LinkId=518021
##[error]TsaConfigFormatException: Unable to read the TsaOptions config file. Please check the format of the file: D:\a\_work\1\s/.config/tsaoptions.json
##[error]GuardianFileNotFoundException: Unable to find required file at: D:\a\_work\1\s/.config/tsaoptions.json
##[error]GuardianFileNotFoundException: Unable to find required file at: D:\a\_work\1\s/.config/tsaoptions.json

Related: https://github.com/dotnet/dotnet-docker/issues/5967

/cc @MichaelSimons