Skip to content

Commit

Permalink
fix azure pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
michaljakubis committed May 20, 2024
1 parent dcb96ed commit b8c2fc8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .azuredevops/pipelines/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ stages:
value: Release

- name: slnPath
value: src/Kentico.Xperience.K13Ecommerce.Libs.sln
value: src/Kentico.Xperience.Shopify.Libs.sln

steps:
- checkout: self
Expand Down Expand Up @@ -86,15 +86,12 @@ stages:
parameters:
Configuration: $(Configuration)
artifacts:
- K13Ecommerce:
- Shopify:
artifactName: "Kentico-Xperience-Shopify"
projectPath: "src/Kentico.Xperience.Shopify"
- StoreApi:
- ShopifyRcl:
artifactName: "Kentico-Xperience-Shopify-Rcl"
projectPath: "src/Kentico.Xperience.Shopify.Rcl"
- StoreRcl:
artifactName: "Kentico-Xperience-Store-Rcl"
projectPath: "src/Kentico.Xperience.Store.Rcl"

- ${{ if eq(variables['Build.SourceBranch'], 'refs/heads/main') }}:
- stage: PublishNuGetPackages
Expand Down

0 comments on commit b8c2fc8

Please sign in to comment.