7 references to FullPathProjectFile
Microsoft.NET.Build.Tests (4)
GivenThatWeWantToBuildADesktopLibrary.cs (1)
488
var msbuildBuildCommand = new MSBuildCommand(Log, "Build", buildCommand.
FullPathProjectFile
);
GivenThatWeWantToBuildAnAppWithLibrary.cs (1)
154
var cleanCommand = new MSBuildCommand(Log, "Clean", buildCommand.
FullPathProjectFile
);
GivenThatWeWantToBuildAnAppWithTransitiveProjectRefs.cs (1)
86
var cleanCommand = new MSBuildCommand(Log, "Clean", buildCommand.
FullPathProjectFile
);
GivenThatWeWantToBuildAppsWithFrameworkRefs.cs (1)
95
var cleanCommand = new MSBuildCommand(Log, "Clean", buildCommand.
FullPathProjectFile
);
Microsoft.NET.Sdk.Razor.Tests (1)
MvcBuildIntegrationTest50.cs (1)
69
var clean = new MSBuildCommand(Log, "Clean", build.
FullPathProjectFile
);
Microsoft.NET.TestFramework (2)
Commands\GetValuesCommand.cs (1)
58
newArgs.Add(
FullPathProjectFile
);
Commands\MSBuildCommand.cs (1)
166
newArgs.Insert(0,
FullPathProjectFile
);