Add scenario tests project (#17636)
This commit is contained in:
parent
eb4f50fabf
commit
b5f35c12fd
2 changed files with 19 additions and 0 deletions
|
@ -49,6 +49,10 @@
|
|||
|
||||
<!-- Package source-build artifacts -->
|
||||
<RepositoryReference Include="package-source-build" />
|
||||
|
||||
<!-- Testing. -->
|
||||
<RepositoryReference Include="scenario-tests" />
|
||||
|
||||
</ItemGroup>
|
||||
|
||||
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
|
||||
|
|
15
src/SourceBuild/content/repo-projects/scenario-tests.proj
Normal file
15
src/SourceBuild/content/repo-projects/scenario-tests.proj
Normal file
|
@ -0,0 +1,15 @@
|
|||
<Project>
|
||||
<Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
|
||||
|
||||
<PropertyGroup>
|
||||
<BuildCommand>$(StandardSourceBuildCommand) $(StandardSourceBuildArgs)</BuildCommand>
|
||||
</PropertyGroup>
|
||||
|
||||
<Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
|
||||
|
||||
<ItemGroup>
|
||||
<RepositoryReference Include="source-build-externals" />
|
||||
<RepositoryReference Include="source-build-reference-packages" />
|
||||
<RepositoryReference Include="arcade" />
|
||||
</ItemGroup>
|
||||
</Project>
|
Loading…
Reference in a new issue