fix: include env insideo of container on .NET publish
Signed-off-by: Olli Janatuinen <olli.janatuinen@gmail.com>
This commit is contained in:
parent
65db7e9824
commit
c77f3e6fa9
@ -16,6 +16,9 @@ import (
|
|||||||
|
|
||||||
container: #Container & {
|
container: #Container & {
|
||||||
"source": source
|
"source": source
|
||||||
|
"env": {
|
||||||
|
env
|
||||||
|
}
|
||||||
command: {
|
command: {
|
||||||
args: [package]
|
args: [package]
|
||||||
flags: {
|
flags: {
|
||||||
|
Reference in New Issue
Block a user