Skip to content

Commit

Permalink
Migrate AzP CI to Github (#3738)
Browse files Browse the repository at this point in the history
  • Loading branch information
csujedihy committed Jul 6, 2023
1 parent 96ae142 commit 0854e65
Show file tree
Hide file tree
Showing 22 changed files with 538 additions and 1,612 deletions.
797 changes: 0 additions & 797 deletions .azure/azure-pipelines.ci.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .azure/obtemplates/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
inputs:
pwsh: true
filePath: scripts/build.ps1
arguments: -Tls ${{ parameters.tls }} -Config ${{ parameters.config }} -Platform ${{ parameters.platform }} -Arch arm64 -ToolchainFile cmake/toolchains/aarch64-linux.cmake -CI -UseSystemOpenSSLCrypto -OneBranch
arguments: -Tls ${{ parameters.tls }} -Config ${{ parameters.config }} -Platform ${{ parameters.platform }} -Arch arm64 -CI -UseSystemOpenSSLCrypto -OneBranch
- task: PowerShell@2
displayName: arm
${{ if eq(parameters.tls, 'openssl') }}:
Expand All @@ -52,4 +52,4 @@ jobs:
inputs:
pwsh: true
filePath: scripts/build.ps1
arguments: -Tls ${{ parameters.tls }} -Config ${{ parameters.config }} -Platform ${{ parameters.platform }} -Arch arm -ToolchainFile cmake/toolchains/arm-linux.cmake -CI -UseSystemOpenSSLCrypto -OneBranch
arguments: -Tls ${{ parameters.tls }} -Config ${{ parameters.config }} -Platform ${{ parameters.platform }} -Arch arm -CI -UseSystemOpenSSLCrypto -OneBranch
78 changes: 0 additions & 78 deletions .azure/templates/build-darwin-framework.yml

This file was deleted.

138 changes: 0 additions & 138 deletions .azure/templates/build-distribution.yml

This file was deleted.

141 changes: 0 additions & 141 deletions .azure/templates/build-nuget.yml

This file was deleted.

Loading

0 comments on commit 0854e65

Please sign in to comment.