Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit 91210e8

Browse files
committed
chore: add NuGet v5.8 to publish
1 parent 0410287 commit 91210e8

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ after_build:
1616
- cd Cement.Net
1717
- if not exist ..\files-common\win10-x64 mkdir ..\files-common\win10-x64
1818
- dotnet publish -r win10-x64 -o ..\files-common\win10-x64 /p:PublishSingleFile=true /p:DebugType=None --self-contained true
19-
- copy /Y ..\externals\NuGet.dll ..\files-common\win10-x64\NuGet.exe
19+
- copy /Y ..\externals\NuGet.exe ..\files-common\win10-x64\NuGet.exe
2020
- if not exist ..\files-common\linux-x64 mkdir ..\files-common\linux-x64
2121
- dotnet publish -r linux-x64 -o ..\files-common\linux-x64 /p:PublishSingleFile=true /p:DebugType=None --self-contained true
2222
- if not exist ..\files-common\osx-x64 mkdir ..\files-common\osx-x64

externals/NuGet.exe

6.41 MB
Binary file not shown.

0 commit comments

Comments
 (0)