This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
add correct .zip versions of json files (#5024) #1636
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI-dev | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
trigger-develop-build: | |
environment: Development | |
name: Call Azure Pipeline | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Azure Pipelines Action | |
uses: Azure/pipelines@v1 | |
with: | |
azure-devops-project-url: https://dev.azure.com/${{ secrets.VWS_AZURE_ORGANIZATION_NAME }}/${{ secrets.VWS_AZURE_PROJECT_NAME }} | |
azure-pipeline-name: ${{ secrets.VWS_AZURE_PIPELINE_NAME_DEV }} | |
azure-devops-token: ${{ secrets.VWS_AZURE_DEVOPS_TOKEN }} |