Skip to content

Commit

Permalink
ci update #1
Browse files Browse the repository at this point in the history
  • Loading branch information
menthays committed Mar 8, 2019
1 parent 2db56e0 commit 9ac6c83
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ pool:
vmImage: $(imageName)

steps:
- powershell:
env:
AGORA_APP_ID: $(agora.appId)

- bash:
env:
AGORA_APP_ID: $(agora.appId)

- task: NodeTool@0
inputs:
Expand All @@ -28,6 +21,9 @@ steps:
- script: npm install

- script: npm run write-config
env:
AGORA_APP_ID: $(agora.appId)


- script: npm run dist:dir

Expand Down

0 comments on commit 9ac6c83

Please sign in to comment.