Skip to content

Commit f7d878b

Browse files
authored
Disable package validation
1 parent e93b53a commit f7d878b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Framework/App.Runtime/bundle/aspnetcore-runtime-bundle.bundleproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33

44
<PropertyGroup>
55
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
6+
<!-- We aren't producing a NuGet package here, so disable package validation -->
7+
<EnablePackageValidation>false</EnablePackageValidation>
68
<BundleInstallerUpgradeCodeSeed>ASP.NET Core Shared Framework Bundle Installer</BundleInstallerUpgradeCodeSeed>
79
<BundleThemeDirectory>$(MSBuildProjectDirectory)</BundleThemeDirectory>
8-
<!-- <BundleThemeDirectory>E:/runtime/src/installer/pkg/sfx/bundle</BundleThemeDirectory> -->
910
<InstallerName>aspnetcore-runtime</InstallerName>
1011
<InstallerRuntimeIdentifiers>win-x86;win-x64;win-arm64</InstallerRuntimeIdentifiers>
1112
<RuntimeIdentifier>$(TargetRuntimeIdentifier)</RuntimeIdentifier>

0 commit comments

Comments
 (0)