SteamPathsLib/nuget/build.ps1

6 lines
195 B
PowerShell
Raw Normal View History

2020-01-09 17:15:41 +03:00
Remove-Item './lib/net48/dummy_file' -Force
2020-01-09 17:17:01 +03:00
Remove-Item './*.nupkg' -Force
2020-01-09 17:15:41 +03:00
& nuget.exe pack ./EpicMorg.SteamPathsLib.nuspec
2020-02-04 00:46:02 +03:00
Copy-Item './dummy_file' -Destination './lib/net48/dummy_file' -Force