Fix typo
This commit is contained in:
parent
3f911fd518
commit
b56751bf2e
|
|
@ -56,7 +56,7 @@
|
||||||
/p:Configuration=$(Configuration);" />
|
/p:Configuration=$(Configuration);" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<MakeDir Directory="$(MSBuildArtifactsDir)" Condition="!Exists('$(MSBuildArtifactsDir)')" />
|
<MakeDir Directories="$(MSBuildArtifactsDir)" Condition="!Exists('$(MSBuildArtifactsDir)')" />
|
||||||
|
|
||||||
<WriteLinesToFile
|
<WriteLinesToFile
|
||||||
File="$(VSIXResponseFilePath)"
|
File="$(VSIXResponseFilePath)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue