File tree Expand file tree Collapse file tree 4 files changed +36
-0
lines changed
mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest Expand file tree Collapse file tree 4 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 65
65
IntermediateArtifacts/MonoRuntimePacks/Shipping/Microsoft.NET.Runtime.MonoTargets.Sdk*.nupkg
66
66
IntermediateArtifacts/MonoRuntimePacks/Shipping/Microsoft.NET.Runtime.MonoAOTCompiler.Task*.nupkg
67
67
IntermediateArtifacts/MonoRuntimePacks/Shipping/Microsoft.NET.Runtime.WebAssembly.Sdk*.nupkg
68
+ IntermediateArtifacts/windows_arm/Shipping/Microsoft.NETCore.App.Runtime.win-arm*.nupkg
69
+ IntermediateArtifacts/windows_arm64/Shipping/Microsoft.NETCore.App.Runtime.win-arm64*.nupkg
70
+ IntermediateArtifacts/windows_x64/Shipping/Microsoft.NETCore.App.Runtime.win-x64*.nupkg
71
+ IntermediateArtifacts/windows_x86/Shipping/Microsoft.NETCore.App.Runtime.win-x86*.nupkg
68
72
69
73
- task : CopyFiles@2
70
74
displayName : Flatten packages
Original file line number Diff line number Diff line change @@ -426,6 +426,10 @@ stages:
426
426
- Build_tvOSSimulator_arm64_release_AllSubsets_Mono
427
427
- Build_tvOSSimulator_x64_release_AllSubsets_Mono
428
428
- Build_Windows_x64_release_CrossAOT_Mono
429
+ - installer__coreclr__windows_x64_Release_
430
+ - installer__coreclr__windows_x86_Release_
431
+ - installer__coreclr__windows_arm_Release_
432
+ - installer__coreclr__windows_arm64_Release_
429
433
430
434
- ${{ if eq(variables.isOfficialBuild, true) }} :
431
435
- template : /eng/pipelines/official/stages/publish.yml
Original file line number Diff line number Diff line change 118
118
"extends": [ "microsoft-net-runtime-mono-tooling" ],
119
119
"platforms": [ "win-x64", "osx-arm64", "osx-x64" ]
120
120
},
121
+ "runtimes-windows": {
122
+ "description": "Windows Runtime Packs",
123
+ "packs": [
124
+ "Microsoft.NETCore.App.Runtime.win-x64",
125
+ "Microsoft.NETCore.App.Runtime.win-x86",
126
+ "Microsoft.NETCore.App.Runtime.win-arm",
127
+ "Microsoft.NETCore.App.Runtime.win-arm64"
128
+ ]
129
+ },
121
130
"microsoft-net-runtime-mono-tooling": {
122
131
"abstract": true,
123
132
"description": "Shared native build tooling for Mono runtime",
346
355
"kind": "framework",
347
356
"version": "${PackageVersion}"
348
357
},
358
+ "Microsoft.NETCore.App.Runtime.win-x64" : {
359
+ "kind": "framework",
360
+ "version": "${PackageVersion}"
361
+ },
362
+ "Microsoft.NETCore.App.Runtime.win-x86" : {
363
+ "kind": "framework",
364
+ "version": "${PackageVersion}"
365
+ },
366
+ "Microsoft.NETCore.App.Runtime.win-arm" : {
367
+ "kind": "framework",
368
+ "version": "${PackageVersion}"
369
+ },
370
+ "Microsoft.NETCore.App.Runtime.win-arm64" : {
371
+ "kind": "framework",
372
+ "version": "${PackageVersion}"
373
+ }
349
374
}
350
375
}
Original file line number Diff line number Diff line change 72
72
Description =" .NET runtime components for tvOS execution." />
73
73
<ComponentResources Include =" runtimes-maccatalyst" Title =" .NET Mac Catalyst Build Tools"
74
74
Description =" .NET runtime components for Mac Catalyst execution." />
75
+ <ComponentResources Include =" runtimes-windows" Title =" .NET Windows Runtimes"
76
+ Description =" .NET runtime components for Windows execution." />
75
77
76
78
<!-- Visual Studio components must be versioned. Build tasks will fall back to cobbling a version number from
77
79
the manifest information unless it's overridden. -->
85
87
<ComponentVersions Include =" runtimes-ios" Version =" $(FileVersion)" />
86
88
<ComponentVersions Include =" runtimes-tvos" Version =" $(FileVersion)" />
87
89
<ComponentVersions Include =" runtimes-maccatalyst" Version =" $(FileVersion)" />
90
+ <ComponentVersions Include =" runtimes-windows" Version =" $(FileVersion)" />
88
91
</ItemGroup >
89
92
90
93
<!-- BAR requires having version information in blobs -->
You can’t perform that action at this time.
0 commit comments