Skip to content

Commit

Permalink
make paket build on a clean windows installation
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Aug 25, 2017
1 parent dfd8c74 commit 8ebcd19
Show file tree
Hide file tree
Showing 11 changed files with 910 additions and 889 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<FrameworkPathOverride>$(MSBuildThisFileDirectory)packages\build\0x53A.ReferenceAssemblies.net45\tools\framework\.NETFramework\v4.5</FrameworkPathOverride>
</PropertyGroup>
</Project>
3 changes: 3 additions & 0 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ if errorlevel 1 (
exit /b %errorlevel%
)

set MSBUILD=packages\build\RoslynTools.MSBuild\tools\msbuild
set PATH=%PATH%;packages\build\RoslynTools.MSBuild\tools\msbuild

packages\build\FAKE\tools\FAKE.exe build.fsx %*
12 changes: 6 additions & 6 deletions integrationtests/Paket.IntegrationTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Microsoft.DotNet.InternalAbstractions" version="1.0.0" />
<package id="Microsoft.Win32.Registry" version="4.4.0" />
<package id="Microsoft.Win32.Registry" version="4.4" />
<package id="NUnit3TestAdapter" version="3.8.0" />
<package id="System.ComponentModel.EventBasedAsync" version="4.3.0" />
<package id="System.Diagnostics.Process" version="4.3.0" />
<package id="System.Security.AccessControl" version="4.4.0" />
<package id="System.Security.Principal.Windows" version="4.4.0" />
<package id="System.Xml.XPath" version="4.3.0" />
<package id="System.Xml.XPath.XmlDocument" version="4.3.0" />
<package id="System.Diagnostics.Process" version="4.3" />
<package id="System.Security.AccessControl" version="4.4" />
<package id="System.Security.Principal.Windows" version="4.4" />
<package id="System.Xml.XPath" version="4.3" />
<package id="System.Xml.XPath.XmlDocument" version="4.3" />
</packages>
Loading

0 comments on commit 8ebcd19

Please sign in to comment.