mirror of
https://github.com/EpicMorg/SteamPathsLib.git
synced 2025-01-01 09:25:30 +03:00
6 lines
195 B
PowerShell
6 lines
195 B
PowerShell
Remove-Item './lib/net48/dummy_file' -Force
|
|
Remove-Item './*.nupkg' -Force
|
|
|
|
& nuget.exe pack ./EpicMorg.SteamPathsLib.nuspec
|
|
|
|
Copy-Item './dummy_file' -Destination './lib/net48/dummy_file' -Force |