Skip to content

Commit

Permalink
azure-pipeline: Add FortiOS 7.6 (Beta) support
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed May 28, 2024
1 parent 6511695 commit b7cbfb4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ stages:
FortiOS74:
name: "FortiOS 7.4"
IPADDRESS: $(IPADDRESS_74)
FortiOS76:
name: "FortiOS 7.6"
IPADDRESS: $(IPADDRESS_76)
steps:
- task: PowerShell@2
displayName: "Test PowerShell Core $(name)"
Expand Down Expand Up @@ -91,6 +94,9 @@ stages:
FortiOS74:
name: "FortiOS 7.4"
IPADDRESS: $(IPADDRESS_74)
FortiOS76:
name: "FortiOS 7.6"
IPADDRESS: $(IPADDRESS_76)
steps:
- task: PowerShell@2
displayName: "Test PowerShell Core $(name)"
Expand Down Expand Up @@ -163,6 +169,9 @@ stages:
# FortiOS74:
# name: "FortiOS 7.4"
# IPADDRESS: $(IPADDRESS_74)
# FortiOS76:
# name: "FortiOS 7.6"
# IPADDRESS: $(IPADDRESS_76)
# steps:
# - task: PowerShell@2
# displayName: "Test PowerShell Core $(name)"
Expand Down

0 comments on commit b7cbfb4

Please sign in to comment.