Fix drone build pipeline #1

Merged
OCram85 merged 9 commits from DroneTest into master 2022-07-13 16:19:34 +02:00
Showing only changes of commit a3cb5a9eff - Show all commits

View File

@ -15,6 +15,10 @@ steps:
environment: environment:
EXCLUDE: "(.exe|.dll|.ico|.gitkeep)" EXCLUDE: "(.exe|.dll|.ico|.gitkeep)"
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';
@ -39,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';