Skip to content

Commit 7c3cd98

Browse files
committed
Update azure-pipelines.yml
1 parent cea75bb commit 7c3cd98

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
@@ -55,7 +55,7 @@ jobs:
5555
# *************************************************************** #
5656
# * CONSOLE (uses Akeyless secrets) * #
5757
# *************************************************************** #
58-
- job: BuildConsoleApp1
58+
- job: BuildConsoleApp_Akeyless
5959
pool:
6060
vmImage: 'windows-latest'
6161
steps:
@@ -101,7 +101,7 @@ jobs:
101101
# *************************************************************** #
102102
# * CONSOLE (uses Service connection) * #
103103
# *************************************************************** #
104-
- job: BuildConsoleApp2
104+
- job: BuildConsoleApp_ServiceConnection
105105
pool:
106106
vmImage: 'ubuntu-latest'
107107
steps:
@@ -182,7 +182,7 @@ jobs:
182182
# *************************************************************** #
183183
# * ASP.NET AJAX (.NET Framework) * #
184184
# *************************************************************** #
185-
- job: BuildWebformsApp
185+
- job: BuildAjaxApp
186186
pool:
187187
vmImage: 'windows-latest'
188188
steps:

0 commit comments

Comments
 (0)