Skip to content

Commit 7c7c4d3

Browse files
committed
Temporarily add text-only pkgs to allowed prebuilts
1 parent 74fe957 commit 7c7c4d3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

eng/SourceBuild.Tarball.AllowedPrebuilts.targets

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
<Target Name="AllowWorkInProgressPrebuilts"
44
BeforeTargets="ForbidPrebuilts">
55
<ItemGroup>
6-
<AllowedPrebuiltPackageFile/>
6+
<AllowedPrebuiltPackageFile Include="
7+
$(TarballPrebuiltPackageDir)microsoft.dotnet.web.itemtemplates.5.0.2.nupkg;
8+
$(TarballPrebuiltPackageDir)microsoft.dotnet.web.projecttemplates.5.0.5.0.2.nupkg;
9+
$(TarballPrebuiltPackageDir)microsoft.dotnet.web.spa.projecttemplates.5.0.5.0.2.nupkg;
10+
" />
711
</ItemGroup>
812
</Target>
913

0 commit comments

Comments
 (0)