3 references to AdManifestUpdated
dotnet (1)
Commands\Workload\Install\WorkloadManifestUpdater.cs (1)
362
_reporter.WriteLine(CliCommandStrings.
AdManifestUpdated
, manifestId);
dotnet.Tests (2)
CommandTests\Workload\Install\GivenDotnetWorkloadInstall.cs (2)
599
.NotHaveStdOutContaining(CliCommandStrings.
AdManifestUpdated
);
616
.NotHaveStdOutContaining(CliCommandStrings.
AdManifestUpdated
);