Skip to content

Commit ed075a7

Browse files
authored
Don't produce windows runtime packs for mono (dotnet#37627)
1 parent da97f17 commit ed075a7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

eng/pipelines/runtime-official.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ stages:
8787
- Linux_musl_x64
8888
- Browser_wasm
8989
# - Linux_musl_arm64
90-
- Windows_NT_x64
90+
# - Windows_NT_x64 enable once coreclr.dll has a version header: https://github.com/dotnet/runtime/issues/37503
9191
# - Windows_NT_x86
9292
# - Windows_NT_arm
9393
# - Windows_NT_arm64

src/installer/pkg/projects/netcoreapp/src/netcoreapp.depproj

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
<PropertyGroup>
44
<FrameworkPackageName>Microsoft.NETCore.App</FrameworkPackageName>
55
<BuildFullPlatformManifest>false</BuildFullPlatformManifest>
6-
<!-- Workaround for https://github.com/dotnet/runtime/issues/37503 -->
7-
<PermitDllAndExeFilesLackingFileVersion Condition="'$(OS)' == 'Windows_NT' and '$(RuntimeFlavor)' == 'Mono'">true</PermitDllAndExeFilesLackingFileVersion>
86
</PropertyGroup>
97

108
<ItemGroup>

0 commit comments

Comments
 (0)