Commit 704d925 1 parent c8a79c3 commit 704d925 Copy full SHA for 704d925
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 27
27
28
28
jobs :
29
29
- job : ' Backend'
30
- pool : ' ees-ubuntu2204-large '
30
+ pool : ' ees-ubuntu2204-xlarge '
31
31
workspace :
32
32
clean : all
33
33
steps :
@@ -138,7 +138,7 @@ jobs:
138
138
repository : ' ees-public-api/api'
139
139
command : ' push'
140
140
tags : $(Build.BuildNumber)
141
-
141
+
142
142
- task : ' DotNetCoreCLI@2'
143
143
displayName : ' Publish Public API - Data Processor Function'
144
144
inputs :
@@ -154,7 +154,7 @@ jobs:
154
154
inputs :
155
155
artifactName : ' public-api-data-processor-$(Build.BuildNumber)'
156
156
targetPath : ' $(Build.ArtifactStagingDirectory)/public-api-data-processor'
157
-
157
+
158
158
- task : ' DotNetCoreCLI@2'
159
159
displayName : ' Publish Notifier Function'
160
160
inputs :
@@ -356,7 +356,7 @@ jobs:
356
356
containerRegistry : ' $(AcrServiceConnection)'
357
357
repository : ' ees-public-frontend'
358
358
command : ' push'
359
- tags : $(Build.BuildNumber)
359
+ tags : $(Build.BuildNumber)
360
360
361
361
- job : ' MiscellaneousArtifacts'
362
362
pool :
You can’t perform that action at this time.
0 commit comments