[Fixes #3502] Fix: publishOptions: [...] not respected
This commit is contained in:
parent
c748c81a4a
commit
dbf7435c3c
4 changed files with 4 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"publishOptions": "testpublishfile.txt",
|
||||
"publishOptions": [ "testpublishfile.txt", "publishfiles" ],
|
||||
"frameworks": {
|
||||
"netcoreapp1.0": {}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue