Skip to content

Commit 90d5fec

Browse files
committed
removed unused declaration
1 parent 021e29c commit 90d5fec

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Installer/Program.cs

-5
Original file line numberDiff line numberDiff line change
@@ -345,11 +345,6 @@ private static int BuildBundle(BootstrapperOptions opts)
345345
if (!DotNetRuntimePackagePayloads.TryGetValue(opts.Platform, out var dotNetRuntimePayload))
346346
throw new ArgumentException($"Invalid architecture '{opts.Platform}' specified", nameof(opts.Platform));
347347

348-
var windowsAppSdkPaylod = new ExePackagePayload
349-
{
350-
SourceFile = opts.WindowsAppSdkPath
351-
};
352-
353348
var bundle = new Bundle(ProductName,
354349
new ExePackage // .NET Runtime
355350
{

0 commit comments

Comments
 (0)