Skip to content

Commit

Permalink
Update src/mono/nuget/Microsoft.NET.Runtime.WorkloadTesting.Internal/…
Browse files Browse the repository at this point in the history
…Sdk/WorkloadTesting.Core.targets
  • Loading branch information
radical committed Mar 6, 2024
1 parent 7fd8c80 commit 0f76a3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<SdkWithWorkload_WorkloadStampPath>$(SdkWithWorkloadForTestingPath)workload.stamp</SdkWithWorkload_WorkloadStampPath>

<TemplateNuGetConfigPathForWorkloadTesting Condition="'$(TemplateNuGetConfigPathForWorkloadTesting)' == '' and '$(RepoRoot)' != ''">$(RepoRoot)NuGet.config</TemplateNuGetConfigPathForWorkloadTesting>
<InstallWorkloadUsingArtifactsAfterTargets Condition="'$(RunInstallWorkloadUsingArtifactsAfterThisTarget)' == ''">ArchiveTests</InstallWorkloadUsingArtifactsAfterTargets>
<InstallWorkloadUsingArtifactsAfterTargets Condition="'$(InstallWorkloadUsingArtifactsAfterThisTarget)' == ''">ArchiveTests</InstallWorkloadUsingArtifactsAfterTargets>
</PropertyGroup>

<PropertyGroup Condition="'$(InstallWorkloadForTesting)' == 'true'">
Expand Down

0 comments on commit 0f76a3f

Please sign in to comment.