Skip to content

Commit

Permalink
chore: Adjust yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Sep 18, 2024
1 parent d40a597 commit e36a39f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 44 deletions.
27 changes: 13 additions & 14 deletions build/ci/.azure-devops-publish-nuget-dev.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,20 @@
jobs:
- deployment: 'Nuget'
displayName: 'Nuget Publish Dev'
environment: 'Uno UI Development'

pool:
vmImage: ${{ parameters.vmImage }}

steps:
- deployment: 'Nuget'
displayName: 'Nuget Publish Dev'
environment: 'Uno UI Development'
strategy:
runOnce:
deploy:
steps:
- download: current
artifact: 'NuGet_Packages'
patterns: '**/.nupkg'
displayName: Download artifact WebApp
strategy:
runOnce:
deploy:
steps:
- download: current
artifact: 'NuGet_Packages'
patterns: '**/.nupkg'
displayName: Download artifact WebApp

- template: templates/nuget-publish-dev.yml
- template: templates/nuget-publish-public.yml
- template: templates/nuget-publish-dev.yml
- template: templates/nuget-publish-public.yml

25 changes: 12 additions & 13 deletions build/ci/.azure-devops-publish-nuget-prod-dev.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,17 @@
jobs:
- deployment: 'Nuget_Prod_Dev'
displayName: 'Nuget Publish Prod Dev'
environment: 'Uno UI Production'

pool:
vmImage: ${{ parameters.vmImage }}

steps:
- deployment: 'Nuget_Prod_Dev'
displayName: 'Nuget Publish Prod Dev'
environment: 'Uno UI Production'
strategy:
runOnce:
deploy:
steps:
- download: current
artifact: 'NuGet_Packages'
patterns: '**/.nupkg'
displayName: Download artifact WebApp
- template: templates/nuget-publish-dev.yml
strategy:
runOnce:
deploy:
steps:
- download: current
artifact: 'NuGet_Packages'
patterns: '**/.nupkg'
displayName: Download artifact WebApp
- template: templates/nuget-publish-dev.yml
31 changes: 14 additions & 17 deletions build/ci/.azure-devops-publish-nuget-prod.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
jobs:

- deployment: 'Nuget_Prod_Nuget_Org'
displayName: 'Nuget Publish Prod NuGet.org'
environment: 'Uno UI Production'
pool:
vmImage: ${{ parameters.vmImage }}

steps:

- deployment: 'Nuget_Prod_Nuget_Org'
displayName: 'Nuget Publish Prod NuGet.org'
environment: 'Uno UI Production'
strategy:
runOnce:
deploy:
steps:
- download: current
artifact: 'NuGet_Packages'
patterns: |
**/.nupkg
!*Private*.nupkg
displayName: Download artifact WebApp
- template: templates/nuget-publish-public.yml
strategy:
runOnce:
deploy:
steps:
- download: current
artifact: 'NuGet_Packages'
patterns: |
**/.nupkg
!*Private*.nupkg
displayName: Download artifact WebApp
- template: templates/nuget-publish-public.yml

0 comments on commit e36a39f

Please sign in to comment.