removing old releases on publish
This commit is contained in:
parent
5ace751b4b
commit
ed54a71fb3
1
Makefile
1
Makefile
|
@ -10,6 +10,7 @@ test:
|
|||
dotnet test Ficdown.Parser.Tests
|
||||
|
||||
publish: clean
|
||||
rm /tmp/ficdown*
|
||||
dotnet publish --self-contained -c Release -r linux-x64 Ficdown.Console
|
||||
tar -C Ficdown.Console/bin/Release/netcoreapp2.1/linux-x64/publish -cvzf /tmp/ficdown-linux64.tar.gz .
|
||||
dotnet publish --self-contained -c Release -r win-x64 Ficdown.Console
|
||||
|
|
Loading…
Reference in New Issue