Skip to content

Commit

Permalink
Pipeline on windows only because missing script
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Hoppe committed Mar 18, 2024
1 parent 50938cd commit 7fa3d26
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,9 @@ stages:
filePath: 'build.ps1'
arguments: '--target=BuildAndTest'

- job: buildAndTest_linux
dependsOn: buildAndTest_windows
pool:
vmImage: 'ubuntu-latest'

steps:
- task: ShellScript@2
inputs:
scriptPath: 'build.sh'
args: '--target=BuildAndTest'

- job: BuildNuGetPackageForDeploy
dependsOn:
- buildAndTest_windows
- buildAndTest_linux
pool:
vmImage: 'windows-latest'

Expand Down

0 comments on commit 7fa3d26

Please sign in to comment.