Skip to content

Commit

Permalink
Add hubs URL to Build Pipeline (#8901)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Aug 29, 2024
1 parent 2489a64 commit 21c1ba4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/dotnet/APIView/apiview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ extends:
variables:
- name: 'apiUrl'
value: 'https://apiviewstagingtest.com/api/'
- name: 'hubUrl'
value: 'https://apiviewstagingtest.com/hubs/'
- name: 'webAppUrl'
value: 'https://apiviewstagingtest.com/'

Expand Down Expand Up @@ -396,6 +398,8 @@ extends:
variables:
- name: 'apiUrl'
value: 'https://apiviewuxtest.com/api/'
- name: 'hubUrl'
value: 'https://apiviewuxtest.com/hubs/'
- name: 'webAppUrl'
value: 'https://apiviewuxtest.com/'

Expand Down Expand Up @@ -452,6 +456,8 @@ extends:
variables:
- name: 'apiUrl'
value: 'https://apiview.dev/api/'
- name: 'hubUrl'
value: 'https://apiview.dev/hubs/'
- name: 'webAppUrl'
value: 'https://apiview.dev/'

Expand Down

0 comments on commit 21c1ba4

Please sign in to comment.