Skip to content

Commit

Permalink
Create output directory before touching files
Browse files Browse the repository at this point in the history
Signed-off-by: Derrick Stolee <stolee@gmail.com>
  • Loading branch information
derrickstolee committed Aug 11, 2019
1 parent f170e4d commit 12cfb18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Scalar.Build/Scalar.PreBuild.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
Condition="'$(OS)' == 'Windows_NT'">
<Exec Command="call $(MSBuildThisFileDirectory)..\Scripts\RestorePackages.bat $(Configuration)"
WorkingDirectory="$(MSBuildThisFileDirectory)../" />
<MakeDir Directories="$(BuildOutputDir)"/>
<Touch Files="$(RestoreTimestampPath)" AlwaysCreate="true" />
</Target>

Expand Down

0 comments on commit 12cfb18

Please sign in to comment.