Fix unresolved project path for Fortnite tests

#ROBOMERGE-SOURCE: CL 7843737 via CL 7861116
#ROBOMERGE-BOT: (v389-7813075)

[CL 7861168 by andrew grant in Main branch]
This commit is contained in:
andrew grant
2019-08-08 01:03:19 -04:00
parent 18a0ed4dbe
commit 9addea59a4

View File

@@ -55,7 +55,7 @@ namespace Gauntlet
/// <summary>
/// Returns the path to the project file. Created based on the Project argument
/// </summary>
public FileReference ProjectPath { get; protected set; }
public FileReference ProjectPath { get; set; }
/// <summary>
/// Reference to the build that is being tested