File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
src/Installers/Windows/WindowsHostingBundle Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,8 @@ extends:
277277 path : artifacts/bin/ANCMv2
278278 - name : Windows_ANCMIISExpress_Msi
279279 path : artifacts/bin/AncmIISExpressV2
280+ - name : Windows_Unsigned_Bundle
281+ path : artifacts/DontSignMe/
280282
281283 # Build MacOS arm64
282284 - template : .azure/pipelines/jobs/default-build.yml@self
Original file line number Diff line number Diff line change 9393
9494 <PropertyGroup >
9595 <PackageFileName >dotnet-hosting-$(PackageVersion)-win$(TargetExt)</PackageFileName >
96+ <DupePackageFileName >dotnet-hosting-unsigned-$(PackageVersion)-win$(TargetExt)</DupePackageFileName >
9697
9798 <BundleNameShort >Microsoft .NET $(PackageBrandingVersion)</BundleNameShort >
9899 <SharedFxPackageVersion >$(PackageVersion)</SharedFxPackageVersion >
167168 <DefineConstants >$(DefineConstants);SharedFxRedistInstallerarm64=$(SharedFxRedistInstallerarm64)</DefineConstants >
168169 </PropertyGroup >
169170 </Target >
171+
172+ <Target Name =" CopyDupeToArtifactsDirectory"
173+ BeforeTargets =" Build" >
174+ <Copy SourceFiles =" $(TargetPath)" DestinationFiles =" $(ArtifactsDir)DontSignMe/$(DupePackageFileName)" />
175+ </Target >
170176</Project >
You can’t perform that action at this time.
0 commit comments