You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user