install missing file command
This commit is contained in:
parent
68b1e61b69
commit
1c9dcf1eb0
@ -15,6 +15,10 @@ steps:
|
||||
environment:
|
||||
EXCLUDE: "(.exe|.dll|.ico|.gitkeep)"
|
||||
commands:
|
||||
- |
|
||||
apt-get update
|
||||
apt-get install -y file
|
||||
|
||||
- |
|
||||
pwsh -NonInteractive -c "& {
|
||||
Import-Module './tools/DevDependency.psm1' -ErrorAction 'Stop';
|
||||
|
Reference in New Issue
Block a user