Skip to content

Commit 9ac6c83

Browse files
committed
ci update #1
1 parent 2db56e0 commit 9ac6c83

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

azure-pipelines.yml

+3-7
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ pool:
1313
vmImage: $(imageName)
1414

1515
steps:
16-
- powershell:
17-
env:
18-
AGORA_APP_ID: $(agora.appId)
19-
20-
- bash:
21-
env:
22-
AGORA_APP_ID: $(agora.appId)
2316

2417
- task: NodeTool@0
2518
inputs:
@@ -28,6 +21,9 @@ steps:
2821
- script: npm install
2922

3023
- script: npm run write-config
24+
env:
25+
AGORA_APP_ID: $(agora.appId)
26+
3127

3228
- script: npm run dist:dir
3329

0 commit comments

Comments
 (0)