Skip to content

Commit a90dacf

Browse files
committed
fix: update uiSemVerVersionTag variable and remove unused nginx configuration
1 parent 7900334 commit a90dacf

File tree

3 files changed

+2
-51
lines changed

3 files changed

+2
-51
lines changed

.azdo/pipelines/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ stages:
216216
vmImage: "ubuntu-latest"
217217
variables:
218218
apiSemVerVersionTag: $[stageDependencies.BuildTestApi.VersionSetup.outputs['SetVersionTag.VersionTag']]
219-
uiSemVerVersionTag: $[stageDependencies.BuildTestUI.Build.outputs['SetVersionTag.VersionTag']]
219+
uiSemVerVersionTag: $[stageDependencies.BuildTestUI.BuildAndTest.outputs['SetVersionTag.VersionTag']]
220220
steps:
221221
- task: setup-azd@1
222222
displayName: Install azd

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ book, as well as its companion reference
3131
application [eShopOnAzure](https://github.com/Azure-Samples/eShopOnAzure). It also incorporates various
3232
elements from different repos & blog posts which served as inspiration.
3333

34-
It is built using Vertical Slice Architecture principles with CQRS (Command Query Responsibility Segregation) and DDD (
35-
Domain-Driven Design) thrown into the mix. It doesn't follow these principles to the letter, but provides a decent
34+
It is built using Vertical Slice Architecture principles with CQRS (Command Query Responsibility Segregation) and DDD (Domain-Driven Design) thrown into the mix. It doesn't follow these principles to the letter, but provides a decent
3635
example of how to apply the basics of these principles.
3736

3837
It is heavily centered around the
@@ -143,7 +142,6 @@ The server side makes use of the following tools, libraries & frameworks:
143142
- [Dapper](https://github.com/StackExchange/Dapper)
144143
- [Redis](https://redis.io/)
145144
- [Scalar](https://scalar.com/)
146-
- [MediatR](https://github.com/jbogard/MediatR)
147145
- [FluentValidation](https://fluentvalidation.net/)
148146
- [AspNetCore.Diagnostics.HealthChecks](https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks)
149147
- [Docker](https://www.docker.com/)
@@ -167,7 +165,6 @@ The client side makes use of the following tools, libraries & frameworks:
167165
- [Tailwind CSS](https://tailwindcss.com/)
168166
- [PostCSS](https://postcss.org/)
169167
- [React Loading Skeleton](https://github.com/dvtng/react-loading-skeleton)
170-
- [NGINX](https://www.nginx.com/)
171168
- [Docker](https://www.docker.com/)
172169

173170
### Common
@@ -206,7 +203,6 @@ by [Auth0](https://auth0.com/). Currently supported connections are:
206203

207204
- Auth0
208205
- Google
209-
- Microsoft
210206

211207
## How do I run this thing?
212208

src/client/frontend/nginx.conf

Lines changed: 0 additions & 45 deletions
This file was deleted.

0 commit comments

Comments
 (0)