From 656773c27e8301ac27d5f17ab6504d90359aa320 Mon Sep 17 00:00:00 2001 From: Steffen Forkmann Date: Mon, 29 Sep 2014 18:25:06 +0200 Subject: [PATCH] Use fixed paket.targets file - closes #172 --- .paket/paket.targets | 95 +++++++++++++++----------------------------- RELEASE_NOTES.md | 3 ++ 2 files changed, 36 insertions(+), 62 deletions(-) diff --git a/.paket/paket.targets b/.paket/paket.targets index 79f313b1fc..49fdcad8f1 100644 --- a/.paket/paket.targets +++ b/.paket/paket.targets @@ -1,65 +1,36 @@ - - $(MSBuildProjectDirectory)\..\ - - - true - - - true - - - - - $([System.IO.Path]::Combine($(SolutionDir), ".paket")) - - - - - $(SolutionDir).paket - - - - - $(PaketToolsPath)\paket.exe - $(PaketToolsPath)\paket.bootstrapper.exe - - "$(PaketExePath)" - mono --runtime=v4.0.30319 $(PaketExePath) - - "$(PaketBootStrapperExePath)" - mono --runtime=v4.0.30319 $(PaketBootStrapperExePath) - - - $(PaketCommand) install - $(PaketBootStrapperCommand) - - - - RestorePackages; - $(BuildDependsOn); - - - - - - - - - - - - - - - - - - + + + true + + true + $(MSBuildThisFileDirectory) + $(MSBuildThisFileDirectory)..\ + + + + $(PaketToolsPath)paket.exe + $(PaketToolsPath)paket.bootstrapper.exe + "$(PaketExePath)" + mono --runtime=v4.0.30319 $(PaketExePath) + "$(PaketBootStrapperExePath)" + mono --runtime=v4.0.30319 $(PaketBootStrapperExePath) + + $(PaketCommand) install + $(PaketBootStrapperCommand) + + RestorePackages; $(BuildDependsOn); + + + + + + + + + + + + \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b1c42b96ba..131b273a8b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,6 @@ +#### 0.4.9 - 29.09.2014 +* Deploy fixed targets file - https://github.com/fsprojects/Paket/issues/172 + #### 0.4.8 - 29.09.2014 * Executable libs are also added to project file