1 reference to ExpectedPrefix
dotnet.Tests (1)
CommandTests\MSBuild\GivenDotnetPackInvocation.cs (1)
45
var expectedPrefix = args.FirstOrDefault() == "--no-build" ? ExpectedNoBuildPrefix : [..
ExpectedPrefix
, .. GivenDotnetBuildInvocation.RestoreExpectedPrefixForImplicitRestore];