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:
277
277
path : artifacts/bin/ANCMv2
278
278
- name : Windows_ANCMIISExpress_Msi
279
279
path : artifacts/bin/AncmIISExpressV2
280
+ - name : Windows_Unsigned_Bundle
281
+ path : artifacts/DontSignMe/
280
282
281
283
# Build MacOS arm64
282
284
- template : .azure/pipelines/jobs/default-build.yml@self
Original file line number Diff line number Diff line change 93
93
94
94
<PropertyGroup >
95
95
<PackageFileName >dotnet-hosting-$(PackageVersion)-win$(TargetExt)</PackageFileName >
96
+ <DupePackageFileName >dotnet-hosting-unsigned-$(PackageVersion)-win$(TargetExt)</DupePackageFileName >
96
97
97
98
<BundleNameShort >Microsoft .NET $(PackageBrandingVersion)</BundleNameShort >
98
99
<SharedFxPackageVersion >$(PackageVersion)</SharedFxPackageVersion >
167
168
<DefineConstants >$(DefineConstants);SharedFxRedistInstallerarm64=$(SharedFxRedistInstallerarm64)</DefineConstants >
168
169
</PropertyGroup >
169
170
</Target >
171
+
172
+ <Target Name =" CopyDupeToArtifactsDirectory"
173
+ BeforeTargets =" Build" >
174
+ <Copy SourceFiles =" $(TargetPath)" DestinationFiles =" $(ArtifactsDir)DontSignMe/$(DupePackageFileName)" />
175
+ </Target >
170
176
</Project >
You can’t perform that action at this time.
0 commit comments