mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
remove framework switch on publish
This commit is contained in:
parent
2e522527e7
commit
fb5d777bb0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
sudo dotnet restore && sudo dotnet publish -c Release -r ubuntu.16.04-x64 -f netcoreapp1.1
|
||||
sudo dotnet restore && sudo dotnet publish -c Release -r ubuntu.16.04-x64
|
||||
Loading…
Reference in a new issue