Skip to content

Commit

Permalink
build v2.17.2 with fix for #103
Browse files Browse the repository at this point in the history
  • Loading branch information
scrthq committed Oct 25, 2018
1 parent 53b5ee4 commit 5035734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ phases:
displayName: 'Publish Artifact: Compiled Module'
inputs:
PathtoPublish: BuildOutput
ArtifactName: PSGSuite
ArtifactName: BuildOutput


- phase: Phase_2
Expand Down
1 change: 1 addition & 0 deletions build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ else {
if (
$Task -eq 'Deploy' -and (
$ENV:BHBuildSystem -ne 'VSTS' -or
$env:SourceBranch -like '*pull*' -or
$env:BHCommitMessage -notmatch '!deploy' -or
$env:BHBranchName -ne 'master' -or
$PSVersionTable.PSVersion.Major -ne 5 -or
Expand Down

0 comments on commit 5035734

Please sign in to comment.