-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Steps to reproduce
mkdir hwappcd hwappdotnet new- Modify project.json to match self-contained app
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": "1.0.0-rc2-3002702"
},
"frameworks": {
"netcoreapp1.0": {}
},
"runtimes": {
"ubuntu.14.04-x64: {}
}
}
dotnet restoredotnet publish -o outcd outhwapp
Expected behavior
Print Hello World!
Actual behavior
hwapp: command not found
Environment data
.NET Command Line Tools (1.0.0-preview1-002702)
Product Information:
Version: 1.0.0-preview1-002702
Commit Sha: 6cde21225e
Runtime Environment:
OS Name: ubuntu
OS Version: 14.04
OS Platform: Linux
RID: ubuntu.14.04-x64
henrylle, AlbertoMonteiro, danilbrenner, pizycki, xgenvn and 4 more
Metadata
Metadata
Assignees
Labels
No labels