Skip to content

Commit

Permalink
build all projects using dirs.proj
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Lahman committed May 14, 2021
1 parent 63b99af commit 6f02bc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ stages:

- task: NuGetToolInstaller@1

- script: dotnet pack src/DotNet.ReproducibleBuilds
displayName: Create package
- script: dotnet pack dirs.proj
displayName: Create package(s)

- publish: $(Build.ArtifactStagingDirectory)\Packages
displayName: Publish build packages
Expand Down
5 changes: 5 additions & 0 deletions dirs.proj
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="**\*.*proj" />
</ItemGroup>
</Project>

0 comments on commit 6f02bc4

Please sign in to comment.