Build MSI installers for targeting pack (#7726)
Part of #6501 This adds a new Windows installer for the targeting pack. It places *.dll and *.xml (docs) in `[DOTNETHOME]\packs\Microsoft.AspNetCore.App.Ref\$(version)\ref\netcoreapp3.0`. Outputs: * aspnetcore-targeting-pack-$(version).zip * aspnetcore-targeting-pack-$(version)-win-x64.exe (defaults to C:\Program Files\dotnet) * aspnetcore-targeting-pack-$(version)-win-x86.exe (defaults to C:\Program Files (x86)\dotnet) These all include the same files. These are meant to be bundled in the .NET Core SDK installer, but can be launched directly too.
显示
- Directory.Build.props 2 个添加, 0 个删除Directory.Build.props
- build/repo.props 4 个添加, 0 个删除build/repo.props
- src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj 27 个添加, 0 个删除src/Framework/ref/Microsoft.AspNetCore.App.Ref.csproj
- src/Installers/Windows/AspNetCoreModule-Setup/.gitignore 2 个添加, 0 个删除src/Installers/Windows/AspNetCoreModule-Setup/.gitignore
- src/Installers/Windows/SharedFramework/SharedFramework.wixproj 1 个添加, 1 个删除...nstallers/Windows/SharedFramework/SharedFramework.wixproj
- src/Installers/Windows/TargetingPack/DependencyProvider.wxs 14 个添加, 0 个删除src/Installers/Windows/TargetingPack/DependencyProvider.wxs
- src/Installers/Windows/TargetingPack/Product.props 11 个添加, 0 个删除src/Installers/Windows/TargetingPack/Product.props
- src/Installers/Windows/TargetingPack/Product.wxs 74 个添加, 0 个删除src/Installers/Windows/TargetingPack/Product.wxs
- src/Installers/Windows/TargetingPack/Strings.wxl 5 个添加, 0 个删除src/Installers/Windows/TargetingPack/Strings.wxl
- src/Installers/Windows/TargetingPack/TargetingPack.wixproj 67 个添加, 0 个删除src/Installers/Windows/TargetingPack/TargetingPack.wixproj
想要评论请 注册 或 登录