We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bd66e2 commit 7f7b7aeCopy full SHA for 7f7b7ae
.github/workflows/job-deploy-linux.yml
@@ -63,6 +63,8 @@ on:
63
jobs:
64
deploy-linux:
65
runs-on: ubuntu-latest
66
+ env:
67
+ AZURE_DEV_COLLECT_TELEMETRY: ${{ vars.AZURE_DEV_COLLECT_TELEMETRY }}
68
outputs:
69
CONTAINER_WEB_APPURL: ${{ steps.get_output_linux.outputs.CONTAINER_WEB_APPURL }}
70
invoice_schema_id: ${{ steps.register_linux.outputs.invoice_schema_id }}
.github/workflows/job-deploy-windows.yml
deploy-windows:
runs-on: windows-latest
CONTAINER_WEB_APPURL: ${{ steps.get_output_windows.outputs.CONTAINER_WEB_APPURL }}
invoice_schema_id: ${{ steps.register_windows.outputs.invoice_schema_id }}
0 commit comments