Skip to content

Commit

Permalink
Merge pull request #25220 from agocke/fix-netcore-compilers-props
Browse files Browse the repository at this point in the history
Fix typo in Microsoft.NETCore.Compilers props file
  • Loading branch information
agocke authored Mar 5, 2018
2 parents 2424421 + 930152a commit c57423d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<Target Name="MakeCompilerScriptsExecutable"
Condition="'$(BuildingProject)' == 'true' AND
'$(OS)' != 'Windows_NT' AND
('$(CscToolPath)' != '' OR '$(VbcToolPath) != '')"
('$(CscToolPath)' != '' OR '$(VbcToolPath)' != '')"
BeforeTargets="CoreCompile">
<Exec Command="chmod +x &quot;$(CscToolPath)/$(CscToolExe)&quot; &quot;$(VbcToolPath)/$(VbcToolExe)&quot;" />
</Target>
Expand Down

0 comments on commit c57423d

Please sign in to comment.