[NETSDKE2E][Regression]With NET 11.0.100-preview.7.26381.103 installed, Some files are not identical in .exe installer and in .zip package.
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
### Describe the bug
REGRESSION INFO
Not repro on 11.0.100-preview.7.26366.102(runtime-11.0.0-preview.7.26366.102)
Not repro on 11.0.100-preview.6.26359.118
With NET 11.0.100-preview.7.26381.103 installed, Some files are not identical in .exe installer and in .zip package.
### Steps to reproduce
INSTALL STEPS
1.Install .NET 11.0.100-preview.7.26381.103 SDK on Windows11-x64
2. Downloading and extracting the zip(dotnet-sdk-11.0.100-preview.7.26381.103-win-x64.zip) archive of the .NET SDK
REPRO STEPS
Use Tool Widff--see the difference after uncheck ‘identical files’
Running a folder diff on the extracted SDK and the install folder to make sure that everything matches
### Expected behavior
All files are identical
### Actual behavior
Some files aren't identical (file's path is different)
1.
2.
### Is this a regression?
Yes
### Are there any workarounds?
_No response_
### dotnet --info output
.NET SDK:
Version: 11.0.100-preview.7.26381.103
Commit: e2c1e00b3d
Workload version: 11.0.100-manifests.2ce71a7f
MSBuild version: 18.10.0-1.26381.103+e2c1e00b3
Runtime Environment:
OS Name: Windows
OS Version: 10.0.26200
OS Platform: Windows
RID: win-x64
Base Path: C:\Program Files\dotnet\sdk\11.0.100-preview.7.26381.103
.NET workloads installed:
There are no installed workloads to display.
Configured to use workload sets when installing new manifests.
No workload sets are installed. Run "dotnet workload restore" to install a workload set.
Host:
Version: 11.0.0-preview.7.26381.103
Architecture: x64
Commit: e2c1e00b3d
.NET SDKs installed:
11.0.100-preview.7.26381.103 [C:\Program Files\dotnet\sdk]
.NET runtimes installed:
Microsoft.AspNetCore.App 11.0.0-preview.7.26381.103 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 11.0.0-preview.7.26381.103 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 11.0.0-preview.7.26381.103 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
Other architectures found:
None
Environment variables:
Not set
global.json file:
Not found
Learn more:
https://aka.ms/dotnet/info
Download .NET:
https://aka.ms/dotnet/download
### IDE version
_No response_
### Other details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.