Skip to content

Commit

Permalink
Change target 'Target' and position in build steps for response file …
Browse files Browse the repository at this point in the history
…generation (dotnet/coreclr#21315)

Commit migrated from dotnet/coreclr@9fca919
  • Loading branch information
AaronRobinsonMSFT authored Dec 1, 2018
1 parent b612a3a commit 8a9ad49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<Target
Name="CreateEmbedResponseFile"
AfterTargets="ResolveProjectReferences">
BeforeTargets="BeforeCompile">

<!-- Get the output for each project reference -->
<Message Text="Generating Response File for embedding type metadata: $(CompilerResponseFile)"/>
Expand Down

0 comments on commit 8a9ad49

Please sign in to comment.