We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e4335 commit cd877e2Copy full SHA for cd877e2
eng/performance/scenarios.proj
@@ -32,6 +32,11 @@
32
<PreparePayloadWorkItemBaseDirectory Condition="'$(TargetsWindows)' != 'true'">$(CorrelationPayloadDirectory)$(PreparePayloadOutDirectoryName)/</PreparePayloadWorkItemBaseDirectory>
33
</PropertyGroup>
34
35
+
36
+ <Target Name="RemoveDotnetFromCorrelationStaging" BeforeTargets="BeforeTest">
37
+ <Message Text="Removing Dotnet Packs from Correlation Staging" Importance="high" />
38
+ <RemoveDir Directories="$(CorrelationPayloadDirectory)dotnet\packs" />
39
+ </Target>
40
41
<ItemGroup>
42
<Scenario Include="Static Console Template">
0 commit comments