Skip to content

Commit 20b01f1

Browse files
committed
fixup! Push test snapshots to Helix
1 parent 6c52698 commit 20b01f1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/Aspire.Hosting.Azure.Tests/Aspire.Hosting.Azure.Tests.csproj

-4
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,4 @@
4545
<PackageReference Include="Verify.XunitV3" />
4646
</ItemGroup>
4747

48-
<ItemGroup>
49-
<HelixCorrelationPayload Include="$(MSBuildProjectDirectory)\Snapshots\**" Destination="Snapshots" />
50-
</ItemGroup>
51-
5248
</Project>

tests/helix/send-to-helix-inner.proj

+4
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@
8181
<HelixPreCommand Include="$(_CleanupProcessesCommand)" />
8282
</ItemGroup>
8383

84+
<ItemGroup>
85+
<HelixCorrelationPayload Include="$(RepoRoot)tests/Aspire.Hosting.Azure.Tests/Snapshots/**" Destination="Snapshots" />
86+
</ItemGroup>
87+
8488
<ItemGroup Condition="'$(NeedsPlaywright)' == 'true' and '$(DisablePlaywrightTests)' != 'true'">
8589
<HelixCorrelationPayload Include="$(PlaywrightDependenciesDirectory)" Destination="playwright-deps" />
8690

0 commit comments

Comments
 (0)