Skip to content

Commit

Permalink
Add scenario tests project (#17636)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored Oct 27, 2023
1 parent eb4f50f commit b5f35c1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/SourceBuild/content/repo-projects/dotnet.proj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down
15 changes: 15 additions & 0 deletions src/SourceBuild/content/repo-projects/scenario-tests.proj
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit b5f35c1

Please sign in to comment.