Skip to content

Commit

Permalink
Fix build (#173)
Browse files Browse the repository at this point in the history
* Trying to fix module artifact structure.

* Build is fixed
  • Loading branch information
DarqueWarrior authored Jul 8, 2019
1 parent 9fd0b55 commit 005f269
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resources:
- repo: self

phases:
- phase: Phase_2
- phase: Linux_Phase
displayName: Linux
condition: succeeded()
queue:
Expand Down Expand Up @@ -44,7 +44,7 @@ phases:
testRunTitle: 'Linux Unit Tests'
condition: succeededOrFailed()

- phase: Phase_3
- phase: MacOS_Phase
displayName: MacOS
condition: succeeded()
queue:
Expand Down Expand Up @@ -85,7 +85,7 @@ phases:
testRunTitle: 'Mac Unit Tests'
condition: succeededOrFailed()

- phase: Phase_1
- phase: Windows_Phase
displayName: Windows
condition: succeeded()
queue:
Expand Down Expand Up @@ -154,7 +154,7 @@ phases:
.gitignore
dist\**
TargetFolder: '$(build.artifactstagingdirectory)/VSTeam'
flattenFolders: true
flattenFolders: false
condition: and(succeeded(), eq(variables['System.PullRequest.IsFork'], false))

- task: PublishBuildArtifacts@1
Expand Down

0 comments on commit 005f269

Please sign in to comment.