Skip to content

Commit e19e311

Browse files
committed
restore workloads project
1 parent 45156b7 commit e19e311

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

tests/Directory.Build.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,6 @@
5757
Lines="@(TestClassName->Distinct())"
5858
Overwrite="true" />
5959
</Target>
60+
61+
<Import Project="Shared\Aspire.Workload.Testing.targets" Condition="'$(IsWorkloadTestProject)' == 'true'" />
6062
</Project>

tests/workloads.proj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
77
</PropertyGroup>
88

9+
<MSBuild Projects="Aspire.EndToEnd.Tests\Aspire.EndToEnd.Tests.csproj"
10+
Targets="Restore"
11+
Properties="Configuration=$(Configuration);TestUsingWorkloads=true" />
912
<MSBuild Projects="Aspire.EndToEnd.Tests\Aspire.EndToEnd.Tests.csproj"
1013
Targets="InstallWorkloadUsingArtifacts"
1114
Properties="Configuration=$(Configuration);TestUsingWorkloads=true" />

0 commit comments

Comments
 (0)