File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ public void RunExecViaCommandLine()
19
19
fixture . Repository . MakeATaggedCommit ( TaggedVersion ) ;
20
20
fixture . Repository . MakeACommit ( ) ;
21
21
22
- var buildFile = Path . Combine ( fixture . RepositoryPath , "TestBuildFile.proj" ) ;
22
+ var buildFile = Path . Combine ( fixture . RepositoryPath , "RunExecViaCommandLine.proj" ) ;
23
+ File . Delete ( buildFile ) ;
23
24
var buildFileContent = @"<?xml version=""1.0"" encoding=""utf-8""?>
24
25
<Project xmlns=""http://schemas.microsoft.com/developer/msbuild/2003"">
25
26
<Target Name=""OutputResults"">
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ public void RunsMsBuildProvideViaCommandLineArg()
16
16
{
17
17
fixture . Repository . MakeATaggedCommit ( TaggedVersion ) ;
18
18
19
- var buildFile = Path . Combine ( fixture . RepositoryPath , "TestBuildFile.proj" ) ;
19
+ var buildFile = Path . Combine ( fixture . RepositoryPath , "RunsMsBuildProvideViaCommandLineArg.proj" ) ;
20
+ File . Delete ( buildFile ) ;
20
21
var buildFileContent = @"<?xml version=""1.0"" encoding=""utf-8""?>
21
22
<Project xmlns=""http://schemas.microsoft.com/developer/msbuild/2003"">
22
23
<Target Name=""OutputResults"">
You can’t perform that action at this time.
0 commit comments