Skip to content

Commit

Permalink
Change the R2R property in a test
Browse files Browse the repository at this point in the history
The property to trigger R2R compilation was changed from "Ready2Run" to "PublishReadyToRun".
Update this in a test case.
  • Loading branch information
swaroop-sridhar committed Apr 18, 2019
1 parent 456c13f commit 1cc9352
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class GivenThatWeWantToPublishASingleFileApp : SdkTest
private const string IncludePdb = "/p:IncludeSymbolsInSingleFile=true";
private const string ExcludeContent = "/p:ExcludeContent=true";
private const string DontUseAppHost = "/p:UseAppHost=false";
private const string ReadyToRun = "/p:ReadyToRun=true";
private const string ReadyToRun = "/p:PublishReadyToRun=true";

private readonly string RuntimeIdentifier = $"/p:RuntimeIdentifier={RuntimeEnvironment.GetRuntimeIdentifier()}";
private readonly string SingleFile = $"{TestProjectName}{Constants.ExeSuffix}";
Expand Down

0 comments on commit 1cc9352

Please sign in to comment.