dotnet / source-build

A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
MIT License
265 stars 132 forks source link

Runtime msis aren't getting produced when building the VMR locally on Windows #4753

Closed ViktorHofer closed 16 hours ago

ViktorHofer commented 16 hours ago

Msis are missing when building the VMR locally on Windows. They are getting produced in CI though.

<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-apphost-pack-10.0.0-alpha.1.24565.3-win-arm64_x64.msi.wixpack.zip" NonShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-apphost-pack-10.0.0-alpha.1.24565.3-win-x64.msi.wixpack.zip" NonShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-apphost-pack-10.0.0-alpha.1.24565.3-win-x64.zip" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-apphost-pack-10.0.0-alpha.1.24565.3-win-x64.zip.sha512" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-apphost-pack-10.0.0-alpha.1.24565.3-win-x86_x64.msi.wixpack.zip" NonShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-crossgen2-10.0.0-alpha.1.24565.3-win-x64.zip" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-crossgen2-10.0.0-alpha.1.24565.3-win-x64.zip.sha512" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-host-10.0.0-alpha.1.24565.3-win-x64.msi.wixpack.zip" NonShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-hostfxr-10.0.0-alpha.1.24565.3-win-x64.msi.wixpack.zip" NonShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-nethost-10.0.0-alpha.1.24565.3-win-x64.zip" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-nethost-10.0.0-alpha.1.24565.3-win-x64.zip.sha512" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-nethost-symbols-win-x64-10.0.0-alpha.1.24565.3.zip" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-nethost-symbols-win-x64-10.0.0-alpha.1.24565.3.zip.sha512" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-runtime-10.0.0-alpha.1.24565.3-win-x64.exe" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-runtime-10.0.0-alpha.1.24565.3-win-x64.exe.sha512" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-runtime-10.0.0-alpha.1.24565.3-win-x64.exe.wixpack.zip" NonShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-runtime-10.0.0-alpha.1.24565.3-win-x64.msi.wixpack.zip" NonShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-runtime-10.0.0-alpha.1.24565.3-win-x64.zip" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-runtime-10.0.0-alpha.1.24565.3-win-x64.zip.sha512" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/dotnet-targeting-pack-10.0.0-alpha.1.24565.3-win-x64.msi.wixpack.zip" NonShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/productVersion.txt" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
<Blob Id="Runtime/10.0.0-alpha.1.24565.3/runtime-productVersion.txt" DotNetReleaseShipping="true" RepoOrigin="runtime"/>
dotnet-issue-labeler[bot] commented 16 hours ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

dotnet-issue-labeler[bot] commented 16 hours ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

ViktorHofer commented 16 hours ago

I also noticed this in a VMR official build binlog which looks wrong (as the msi is under Shipping not NonShipping):

Image

ViktorHofer commented 16 hours ago

OK this got fixed with https://github.com/dotnet/arcade/pull/15261