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 62269d2 commit 56530a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,5 @@ steps:
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 = "https://dev.azure.com/alon-gvili/UniversalDashboard.Antd/_apis/build/builds/{$(Build.BuildId)}/artifacts?artifactName={UniversalDashboard.Antd}&api-version=4.1"
"
Download = "https://dev.azure.com/alon-gvili/UniversalDashboard.Antd/_apis/build/builds/$(Build.BuildId)/artifacts?artifactName=UniversalDashboard.Antd&api-version=4.1"
}

0 comments on commit 56530a0

Please sign in to comment.