diff --git a/src/azure-pipelines.yml b/src/azure-pipelines.yml index 9f0b870..7f8c459 100644 --- a/src/azure-pipelines.yml +++ b/src/azure-pipelines.yml @@ -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" + } \ No newline at end of file