Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump power platform build tools to 2.0.80 #23

Open
wants to merge 1 commit into
base: beta
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ steps:
PowerPlatformUrl: $(PowerPlatformUrl)

# Extract connection details from service connection
- task: [email protected].71
- task: [email protected].80
name: ${{ parameters.connectionTaskName }}
displayName: Prepare connection details
inputs:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipeline-templates/pac-solution/publish-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- template: ../pac/install.yml

# Publish all customizations
- task: [email protected].71
- task: [email protected].80
displayName: Publish customizations
inputs:
authenticationType: ${{ parameters.serviceConnectionType }}
Expand Down
2 changes: 1 addition & 1 deletion azure-pipeline-templates/pac/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ parameters:

steps:
# Install Power Platform Build Tools
- task: [email protected].71
- task: [email protected].80
displayName: Install Power Platform Tools

# Make available in path depending on OS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
addToPath: false

# Export configuration data
- task: [email protected].71
- task: [email protected].80
displayName: Export configuration data
inputs:
authenticationType: ${{ parameters.serviceConnectionType }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
targetSolutionsPath: $(Pipeline.Workspace)/installed-solutions.json

# Import solution
- task: [email protected].71
- task: [email protected].80
displayName: '${{ solution }}: Import'
condition: |
and(
Expand Down Expand Up @@ -228,7 +228,7 @@ jobs:
# Upgrade solutions
- ${{ each solution in split(parameters.solutionList, ',') }}:
# Upgrade solution
- task: [email protected].71
- task: [email protected].80
displayName: '${{ solution }}: Upgrade'
condition: |
and(
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
SolutionUniqueName: ${{ solution }}

# Uninstall solution
- task: [email protected].71
- task: [email protected].80
displayName: '${{ solution }}: Uninstall'
condition: and(succeeded(), eq(variables['SolutionConfig_${{ solution }}_Rollback_Type'], 'Uninstall'))
inputs:
Expand Down
2 changes: 1 addition & 1 deletion azure-pipeline-templates/pp-website/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ steps:
addToPath: false

# Download website content
- task: [email protected].71
- task: [email protected].80
displayName: Download portal
inputs:
authenticationType: ${{ parameters.serviceConnectionType }}
Expand Down
6 changes: 3 additions & 3 deletions azure-pipeline-templates/pp-website/upload-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
addToPath: false

# Download website content
- task: [email protected].71
- task: [email protected].80
displayName: Download portal
inputs:
authenticationType: ${{ parameters.serviceConnectionType }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
addToPath: false

# Upload portal
- task: [email protected].71
- task: [email protected].80
displayName: Upload portal
inputs:
authenticationType: ${{ parameters.serviceConnectionType }}
Expand All @@ -138,7 +138,7 @@ jobs:
addToPath: false

# Upload portal
- task: [email protected].71
- task: [email protected].80
displayName: Upload portal
inputs:
authenticationType: ${{ parameters.serviceConnectionType }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ steps:
PowerPlatformUrl: $(PowerPlatformUrl)

# Extract connection details from service connection
- task: [email protected].71
- task: [email protected].80
name: ${{ parameters.connectionTaskName }}
displayName: Prepare connection details
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
targetSolutionsPath: $(Build.ArtifactStagingDirectory)/installed-solutions.json

# Uninstall solution if exists
- task: [email protected].71
- task: [email protected].80
displayName: Uninstall solution ${{ solution }}
condition: and(succeeded(), ne(variables['compareSolutionVersions_${{ solution }}.SolutionConfig_${{ solution }}_TargetVersion'], ''))
inputs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
targetSolutionsPath: $(Build.ArtifactStagingDirectory)/installed-solutions.json

# Uninstall solution if exists
- task: [email protected].71
- task: [email protected].80
displayName: Uninstall solution ${{ solution }}
condition: and(succeeded(), ne(variables['compareSolutionVersions_${{ solution }}.SolutionConfig_${{ solution }}_TargetVersion'], ''))
inputs:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
path: $(Pipeline.Workspace)

# Import solution if not installed
- task: [email protected].71
- task: [email protected].80
displayName: Import solution test_ci_pp_solution_import_rollback_holding
inputs:
authenticationType: PowerPlatformSPN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
targetSolutionsPath: $(Build.ArtifactStagingDirectory)/installed-solutions.json

# Uninstall solution if exists
- task: [email protected].71
- task: [email protected].80
displayName: Uninstall solution ${{ solution }}
condition: and(succeeded(), ne(variables['compareSolutionVersions_${{ solution }}.SolutionConfig_${{ solution }}_TargetVersion'], ''))
inputs:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
path: $(Pipeline.Workspace)

# Import solution if not installed
- task: [email protected].71
- task: [email protected].80
displayName: Import solution test_ci_pp_solution_import_rollback_patch
inputs:
authenticationType: PowerPlatformSPN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
targetSolutionsPath: $(Build.ArtifactStagingDirectory)/installed-solutions.json

# Uninstall solution if exists
- task: [email protected].71
- task: [email protected].80
displayName: Uninstall solution ${{ solution }}
condition: and(succeeded(), ne(variables['compareSolutionVersions_${{ solution }}.SolutionConfig_${{ solution }}_TargetVersion'], ''))
inputs:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
path: $(Pipeline.Workspace)

# Import solution
- task: [email protected].71
- task: [email protected].80
displayName: Import solution test_ci_pp_solution_import_rollback_update
inputs:
authenticationType: PowerPlatformSPN
Expand All @@ -101,7 +101,7 @@ jobs:
path: $(Pipeline.Workspace)

# Import solution
- task: [email protected].71
- task: [email protected].80
displayName: Import solution test_ci_pp_solution_import_rollback_update_Patch_1ed0b826
inputs:
authenticationType: PowerPlatformSPN
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
targetSolutionsPath: $(Build.ArtifactStagingDirectory)/installed-solutions.json

# Uninstall solution if exists
- task: [email protected].71
- task: [email protected].80
displayName: Uninstall solution ${{ solution }}
condition: and(succeeded(), ne(variables['compareSolutionVersions_${{ solution }}.SolutionConfig_${{ solution }}_TargetVersion'], ''))
inputs:
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
path: $(Pipeline.Workspace)

# Import solution if not installed
- task: [email protected].71
- task: [email protected].80
displayName: Import solution rollback_upgraded
inputs:
authenticationType: PowerPlatformSPN
Expand All @@ -101,7 +101,7 @@ jobs:
Environment: $(PowerPlatformUrl)

# Import solution if not installed
- task: [email protected].71
- task: [email protected].80
displayName: Import solution rollback_upgrade_fail
inputs:
authenticationType: PowerPlatformSPN
Expand Down
2 changes: 1 addition & 1 deletion powerplatform-build-tools.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.71
2.0.80