This repository was archived by the owner on Nov 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1818 </dependencies >
1919 </metadata >
2020 <files >
21- <file src =" input\lib\net40\ MethodCache.Attributes.dll" target =" lib\net40 \MethodCache.Attributes.dll" />
22- <file src =" tools\net40\ install.ps1" target =" tools\net40 \install.ps1" />
23- <file src =" tools\net40\ uninstall.ps1" target =" tools\net40 \uninstall.ps1" />
21+ <file src =" input\lib\MethodCache.Attributes.dll" target =" lib\MethodCache.Attributes.dll" />
22+ <file src =" tools\install.ps1" target =" tools\install.ps1" />
23+ <file src =" tools\uninstall.ps1" target =" tools\uninstall.ps1" />
2424 <file src =" readme.txt" target =" " />
25- <file src =" input\lib\net40\ MethodCache.Fody.dll" target =" MethodCache.Fody.dll" />
25+ <file src =" input\lib\MethodCache.Fody.dll" target =" MethodCache.Fody.dll" />
2626 </files >
2727</package >
Original file line number Diff line number Diff line change 1- mkdir input\lib\net40
2- del /Q input\lib\net40\ *.*
1+ mkdir input\lib\
2+ del /Q input\lib\*.*
33
4- msbuild ..\MethodCache.Attributes\MethodCache.Attributes.csproj /p:Configuration=Release;OutputPath=..\MethodCache.Nuget\input\lib\net40
5- msbuild ..\MethodCache.Fody\MethodCache.Fody.csproj /p:Configuration=Release;OutputPath=..\MethodCache.Nuget\input\lib\net40
4+ msbuild ..\MethodCache.Attributes\MethodCache.Attributes.csproj /p:Configuration=Release;OutputPath=..\MethodCache.Nuget\input\lib
5+ msbuild ..\MethodCache.Fody\MethodCache.Fody.csproj /p:Configuration=Release;OutputPath=..\MethodCache.Nuget\input\lib
66
77mkdir output
88..\.nuget\nuget.exe pack /o output .\MethodCache.nuspec
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments