Skip to content

Commit

Permalink
Fix Live script path in CI pipeline (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieWhite authored May 23, 2019
1 parent 752b698 commit 6465e92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .azure-pipelines/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ stages:
inputs:
artifactName: PSRule.Rules.Azure
downloadPath: $(Build.SourcesDirectory)/out/modules/PSRule.Rules.Azure
# Install pipeline dependencies and build module
- powershell: ./scripts/pipeline-build.ps1 -File ./pipeline.build.ps1 -Task Release -NuGetApiKey $(apiKey)
# Install pipeline dependencies
- powershell: ./.azure-pipelines/pipeline-deps.ps1
displayName: 'Install dependencies'
# Install pipeline dependencies and build module
- powershell: ./.azure-pipelines/pipeline-build.ps1 -File ./pipeline.build.ps1 -Task Release -NuGetApiKey $(apiKey)
displayName: 'Publish module'

0 comments on commit 6465e92

Please sign in to comment.