Skip to content
代码片段 群组 项目
未验证 提交 5a2bb94d 编辑于 作者: Doug Bunting's avatar Doug Bunting 提交者: GitHub
浏览文件

Mark IgnitorSample as non-packable (#27597)

- also align TestTasks with other packable / non-shipping projects in same boat

nit: s/internal-use/internal use/
上级 0271083d
No related branches found
No related tags found
无相关合并请求
......@@ -130,7 +130,7 @@
<IsTargetingPackBuilding Condition=" '$(IsTargetingPackBuilding)' == '' ">true</IsTargetingPackBuilding>
<!--
Archives and installers using this prefix are intended for internal-use only.
Archives and installers using this prefix are intended for internal use only.
For example, this .zip is used to handoff bits to partner teams who then incorporate our shared frameworks
into their own installers.
-->
......
......@@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
<IsShippingPackage>false</IsShippingPackage>
<IsPackable>false</IsPackable>
<Nullable>enable</Nullable>
<OutputType>Exe</OutputType>
</PropertyGroup>
......
......@@ -6,9 +6,9 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageTags>aspnetcore;testing</PackageTags>
<IsTestAssetProject>true</IsTestAssetProject>
<!-- This is used as a package by aspnet benchmarking infrastructure. It is meant for internal-use only. -->
<IsShippingPackage>false</IsShippingPackage>
<!-- This is used as a package by ASP.NET benchmarking infrastructure. It is meant for internal use only. -->
<IsPackable>true</IsPackable>
<IsShippingPackage>false</IsShippingPackage>
</PropertyGroup>
<ItemGroup>
......
......@@ -4,7 +4,13 @@
<OutputType>Exe</OutputType>
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
<RuntimeIdentifiers>win-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<!--
This is used as a package by ASP.NET benchmarking infrastructure. It is meant for internal use only. See also
the Microsoft.AspNetCore.Server.IntegrationTesting and ...IntegrationTesting.IIS projects.
-->
<IsPackable>true</IsPackable>
<IsShippingPackage>false</IsShippingPackage>
</PropertyGroup>
<ItemGroup>
......
......@@ -9,7 +9,7 @@
<DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
<AspNetCoreModuleOutOfProcessVersion>2.0.0</AspNetCoreModuleOutOfProcessVersion>
<IsTestAssetProject>true</IsTestAssetProject>
<!-- This is used as a package by aspnet benchmarking infrastructure. It is meant for internal-use only. -->
<!-- This is used as a package by ASP.NET benchmarking infrastructure. It is meant for internal use only. -->
<IsPackable>true</IsPackable>
<IsShippingPackage>false</IsShippingPackage>
<!--
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册