Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wieslawsoltes committed Apr 6, 2023
1 parent 44396fb commit 835234c
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 @@ -6,7 +6,7 @@ resources:
endpoint: wieslawsoltes
type: github
name: wieslawsoltes/BuildTemplates
ref: refs/tags/v2.4.0
ref: refs/tags/v2.5.0

variables:
BuildConfiguration: 'Release'
Expand Down Expand Up @@ -132,12 +132,12 @@ jobs:
# PublishProject: ${{ variables.PublishProject }}
# PublishRuntime: 'osx.11.0-arm64'

- template: Publish-Bash.yml@templates
- template: Publish-Bash-Android.yml@templates
parameters:
name: 'Publish_Android'
name: 'Publish_Bash_Android'
vmImage: 'macOS-12'
BuildConfiguration: ${{ variables.BuildConfiguration }}
Workloads: ${{ variables.Workloads }} ios
Workloads: ${{ variables.Workloads }}
PublishFramework: 'net7.0-android'
PublishProject: 'ChatGPT.UI.Android'
PublishRuntime: ''

0 comments on commit 835234c

Please sign in to comment.