Compare commits

..

1 Commits

Author SHA1 Message Date
a3cb5a9eff
install missing file command
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing
2022-07-13 15:19:28 +02:00

View File

@ -43,6 +43,10 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:6.0-focal image: mcr.microsoft.com/dotnet/sdk:6.0-focal
failure: ignore failure: ignore
commands: commands:
- |
apt-get update
apt-get install -y file
- | - |
pwsh -NonInteractive -c "& { pwsh -NonInteractive -c "& {
Import-Module './tools/DevDependency.psm1' -ErrorAction 'Stop'; Import-Module './tools/DevDependency.psm1' -ErrorAction 'Stop';