Skip to content

Commit e6a7fcc

Browse files
Update azure-pipelines.yml
1 parent ab9e6b7 commit e6a7fcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resources:
66
endpoint: wieslawsoltes
77
type: github
88
name: wieslawsoltes/BuildTemplates
9-
ref: refs/tags/v2.5.0
9+
ref: refs/tags/v2.8.0
1010

1111
variables:
1212
BuildConfiguration: 'Release'
@@ -31,7 +31,7 @@ jobs:
3131
BuildConfiguration: ${{ variables.BuildConfiguration }}
3232
Workloads: ${{ variables.Workloads }}
3333

34-
- template: Test-Bash.yml@templates
34+
- template: Test-Bash-macOS.yml@templates
3535
parameters:
3636
name: 'Test_macOS'
3737
vmImage: 'macOS-13'
@@ -112,7 +112,7 @@ jobs:
112112
# PublishProject: ${{ variables.PublishProject }}
113113
# PublishRuntime: 'debian.8-arm64'
114114

115-
- template: Publish-Bash.yml@templates
115+
- template: Publish-Bash-macOS.yml@templates
116116
parameters:
117117
name: 'Publish_macOS_x64'
118118
vmImage: 'macOS-13'

0 commit comments

Comments
 (0)