Skip to content

Commit

Permalink
Remove now unused job
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrawehr committed Dec 17, 2023
1 parent cfbb403 commit d9cb6e9
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,28 +95,6 @@ stages:
displayName: 'Execute markdown-link-check'
condition: eq(variables['build.reason'], 'PullRequest')
# - job: Windows_ArduinoIntegration
# displayName: Arduino Integration Tests
# timeoutInMinutes: 120
# pool:
# vmImage: windows-2022

# strategy:
# matrix:
# Build_Release:
# BuildConfiguration: Release
# Build_Debug:
# BuildConfiguration: Debug

# steps:
# - script: build.cmd -ci
# -configuration $(BuildConfiguration)
# -prepareMachine
# displayName: Build Iot

# - script: eng\ArduinoCsCI.cmd $(UserProfile) $(BuildConfiguration)
# displayName: Build and run Arduino Integration Tests

- job: Linux
displayName: Linux Build
container: LinuxContainer
Expand Down

0 comments on commit d9cb6e9

Please sign in to comment.