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 f343fdd365 - Show all commits

View File

@ -75,6 +75,10 @@ steps:
event: event:
include: include:
- pull_request - pull_request
depends_on:
- "Pwsh FileLinter"
- "ScriptAnalyzer"
- "Pester"
- name: "buildState" - name: "buildState"
image: mcr.microsoft.com/dotnet/sdk:6.0-focal image: mcr.microsoft.com/dotnet/sdk:6.0-focal
@ -86,6 +90,8 @@ steps:
Import-Module './src/DroneHelper.psd1' -ErrorAction 'Stop'; Import-Module './src/DroneHelper.psd1' -ErrorAction 'Stop';
Invoke-BuildState Invoke-BuildState
}" }"
depends_on:
- "PRComment"
--- ---
kind: pipeline kind: pipeline