Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Crhistian Ramirez committed Jan 19, 2022
1 parent 80980d0 commit 0b288a6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ jobs:
PathtoPublish: jobs
ArtifactName: jobs
- job: Build_Buyer
pool:
vmImage: windows-2019
displayName: Build Buyer
steps:
- task: NodeTool@0
Expand Down Expand Up @@ -124,6 +126,8 @@ jobs:
PathtoPublish: 'src/UI/Buyer/dist'
ArtifactName: buyer
- job: Build_Seller
pool:
vmImage: windows-2019
displayName: Build Seller
steps:
- task: NodeTool@0
Expand Down
2 changes: 0 additions & 2 deletions src/UI/SDK/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,3 @@ testem.log
# System Files
.DS_Store
Thumbs.db

files-changed-hash
1 change: 1 addition & 0 deletions src/UI/SDK/files-changed-hash
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
8JLQui5C24PIpX6xO2Kq781Vvo4=

0 comments on commit 0b288a6

Please sign in to comment.