Skip to content

Commit 12cfb18

Browse files
committed
Create output directory before touching files
Signed-off-by: Derrick Stolee <[email protected]>
1 parent f170e4d commit 12cfb18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Scalar.Build/Scalar.PreBuild.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@
181181
Condition="'$(OS)' == 'Windows_NT'">
182182
<Exec Command="call $(MSBuildThisFileDirectory)..\Scripts\RestorePackages.bat $(Configuration)"
183183
WorkingDirectory="$(MSBuildThisFileDirectory)../" />
184+
<MakeDir Directories="$(BuildOutputDir)"/>
184185
<Touch Files="$(RestoreTimestampPath)" AlwaysCreate="true" />
185186
</Target>
186187

0 commit comments

Comments
 (0)