We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021e29c commit 90d5fecCopy full SHA for 90d5fec
Installer/Program.cs
@@ -345,11 +345,6 @@ private static int BuildBundle(BootstrapperOptions opts)
345
if (!DotNetRuntimePackagePayloads.TryGetValue(opts.Platform, out var dotNetRuntimePayload))
346
throw new ArgumentException($"Invalid architecture '{opts.Platform}' specified", nameof(opts.Platform));
347
348
- var windowsAppSdkPaylod = new ExePackagePayload
349
- {
350
- SourceFile = opts.WindowsAppSdkPath
351
- };
352
-
353
var bundle = new Bundle(ProductName,
354
new ExePackage // .NET Runtime
355
{
0 commit comments