Skip to content

Commit

Permalink
Added release.proj for pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Jan 31, 2024
1 parent 2e8a6f8 commit b3eea71
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 b3eea71

Please sign in to comment.