Skip to content

Commit

Permalink
Added release.proj for pipelines (#6736)
Browse files Browse the repository at this point in the history
Co-authored-by: Tracy Boehrer <[email protected]>
  • Loading branch information
tracyboehrer and Tracy Boehrer authored Jan 31, 2024
1 parent 2e8a6f8 commit 8d4b2aa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions release.proj
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Used to get a faster VSTS build without depending on solution files. -->
<Project Sdk="Microsoft.Build.Traversal">
<PropertyGroup>
<TreatWarningsAsErrors Condition="'$(TreatWarningsAsErrors)'==''">true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="libraries\**\*.csproj"/>
</ItemGroup>
</Project>

0 comments on commit 8d4b2aa

Please sign in to comment.