Skip to content

Commit

Permalink
restore workloads project
Browse files Browse the repository at this point in the history
  • Loading branch information
radical committed Jul 16, 2024
1 parent 45156b7 commit e19e311
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@
Lines="@(TestClassName->Distinct())"
Overwrite="true" />
</Target>

<Import Project="Shared\Aspire.Workload.Testing.targets" Condition="'$(IsWorkloadTestProject)' == 'true'" />
</Project>
3 changes: 3 additions & 0 deletions tests/workloads.proj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
</PropertyGroup>

<MSBuild Projects="Aspire.EndToEnd.Tests\Aspire.EndToEnd.Tests.csproj"
Targets="Restore"
Properties="Configuration=$(Configuration);TestUsingWorkloads=true" />
<MSBuild Projects="Aspire.EndToEnd.Tests\Aspire.EndToEnd.Tests.csproj"
Targets="InstallWorkloadUsingArtifacts"
Properties="Configuration=$(Configuration);TestUsingWorkloads=true" />
Expand Down

0 comments on commit e19e311

Please sign in to comment.