We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa6260 commit 0a1a004Copy full SHA for 0a1a004
src/Smdn.MSBuild.DefineConstants.NETSdkApi/APIList.targets
@@ -79,6 +79,7 @@ SPDX-License-Identifier: MIT
79
</ParameterGroup>
80
<Task>
81
<Code Type="Fragment" Language="cs"><![CDATA[
82
+System.IO.Directory.CreateDirectory(System.IO.Path.GetDirectoryName(Path));
83
System.IO.File.WriteAllText(Path, Content, System.Text.Encoding.Default /* no bom */);
84
]]></Code>
85
</Task>
0 commit comments