Skip to content
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
This repository was archived by the owner on Dec 18, 2017. It is now read-only.

KPM Pack: Generated bash scripts are broken #1115

Closed
@borgdylan

Description

@borgdylan

Currently the last line in a bash script for k run would be:

exec "dotnet" Microsoft.Framework.ApplicationHost run "$@"

But it should be:

exec "dotnet" --appbase $DOTNET_APPBASE Microsoft.Framework.ApplicationHost run "$@"

The DOTNET_APPBASE variable is already defined in the scripts.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions