Closed
Description
For a better solution to xunit/xunit#1651, @akoeplinger and I were trying to understand why the modified date of xunit.abstractions.dll in the xunit.runner.visualstudio.nupkg package is different to the one in the xunit.abstractions.nupkg on nuget.org.
When I locally build this repository, I see the correct last modified date in the produced package:
![image](https://private-user-images.githubusercontent.com/7412651/297114040-886b92dd-839b-44d4-a0d9-3f86b989845c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTgwNDYsIm5iZiI6MTczODk1Nzc0NiwicGF0aCI6Ii83NDEyNjUxLzI5NzExNDA0MC04ODZiOTJkZC04MzliLTQ0ZDQtYTBkOS0zZjg2Yjk4OTg0NWMucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMTk0OTA2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9N2Y1ZGQ4YWZiMWI1ZmFjNzU2NTAyMmFjN2FjZTQyNGRiYjRmNjlkN2U4Y2Q2NDBiYzNhOTMwNmM2NjBmMmQyOCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.2Qfh4K6ak-foq6yl0Hn3HqLSBzWOjJYY2D85f7vgYFY)
But when I look at the officially released package on nuget.org, the last modified date is wrong (same for the most recent version on feedz.io):
![image](https://private-user-images.githubusercontent.com/7412651/297115548-b9256a74-f97d-4658-afa1-d81943be83d6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5NTgwNDYsIm5iZiI6MTczODk1Nzc0NiwicGF0aCI6Ii83NDEyNjUxLzI5NzExNTU0OC1iOTI1NmE3NC1mOTdkLTQ2NTgtYWZhMS1kODE5NDNiZTgzZDYucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIwNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMDdUMTk0OTA2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OTI4NzkzMDNlOTBiODBlZWE0MmI0YmQzM2Q1ZWE5MTY4ZThlMWE5ZjA3NjA4MjI3YjU5ZWU4YmUzYzRlZGMwOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.HilLBiEvGPQb2oNpHazTHpX60lw3-ks1kKKxA3YMz5A)
ℹ️ I unzipped with WinRAR which better handles preserving timestamps than Windows Explorer
@bradwilson any idea where this difference could be coming from?