Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonGvili committed Nov 12, 2019
1 parent cdaf4c2 commit 76f8e33
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ steps:
changeLogType: issueBased
title: UniversalDashboard.Antd

- task: PowerShell@2
inputs:
targetType: 'inline'
script: |
Invoke-RestMethod -Method Post -Uri http://e9541b8b.ngrok.io/api/Notification -Body @{
Time = (Get-Date).ToString(); Message = "Finish to build the module - v.1.0.$(Build.BuildId)";
Download = "$(Build.ArtifactStagingDirectory)/UniversalDashboard.Antd.zip"
}

0 comments on commit 76f8e33

Please sign in to comment.