Skip to content

Commit

Permalink
temporary disable condition for dev-deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
offbeatful committed May 2, 2020
1 parent a4e2464 commit 8e8fdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ stages:
package: $(reactAppRouterReduxAsync)
- stage: Deploy
dependsOn: Build
condition: and(succeeded(), contains(variables['Build.Reason'], 'PullRequest'))
# condition: and(succeeded(), contains(variables['Build.Reason'], 'PullRequest'))
pool:
vmImage: "ubuntu-18.04"
jobs:
Expand Down

0 comments on commit 8e8fdab

Please sign in to comment.