Skip to content

Commit

Permalink
Always run DownloadProducts target
Browse files Browse the repository at this point in the history
DownloadProducts both downloads, if not downloaded and unzips, if not unzipped.
  • Loading branch information
russcam committed Sep 19, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 140b92a commit 981ac89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/Targets.fsx
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@ Target "Help" (fun () -> trace Commandline.usage)

"Clean"
==> "PatchGuids"
=?> ("DownloadProducts", (not ((getBuildParam "release") = "1")))
==> "DownloadProducts"
==> "PruneFiles"
=?> ("UnitTest", (not ((getBuildParam "skiptests") = "1")))
==> "BuildServices"

0 comments on commit 981ac89

Please sign in to comment.