Skip to content

Commit 991fdb3

Browse files
committed
Merge pull request #530 from enricosada/remove_nuget_copy
[WIP] remove duplicated nuget.exe
2 parents 849e306 + 0cdf1a6 commit 991fdb3

File tree

5 files changed

+1
-149
lines changed

5 files changed

+1
-149
lines changed

FSharp.Core.Nuget/.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

FSharp.Core.Nuget/.nuget/NuGet.exe

-1.53 MB
Binary file not shown.

FSharp.Core.Nuget/.nuget/NuGet.targets

Lines changed: 0 additions & 138 deletions
This file was deleted.

FSharp.Core.Nuget/.nuget/packages.config

Lines changed: 0 additions & 4 deletions
This file was deleted.

appveyor.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if ($env:appveyor){
1818
$version = $version + '-b001'
1919
}
2020

21-
$nuget = (gi .\FSharp.Core.Nuget\.nuget\NuGet.exe).FullName
21+
$nuget = (gi .\.nuget\NuGet.exe).FullName
2222

2323
function pack($nuspec){
2424
$dir = [IO.Path]::GetDirectoryName($nuspec)

0 commit comments

Comments
 (0)