Skip to content

Commit 9ed3d5f

Browse files
author
Rajkumar Balakrishnan
committed
reverting test changes
1 parent 2dc3129 commit 9ed3d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The application itself is a personal knowledge management system, and it allows
1313
The sample can be built and run by following the instructions in the [`setup.md` file](setup.md).
1414

1515

16-
# Microservices-Test
16+
# Microservices
1717

1818
The back-end components of this sample are written as microservices. Microservice architectures have the benefit that complex systems can be be decomposed into modular, granular, independently written and deployable pieces. Each microservice has a defined domain of responsibility, and can be designed and written using appropriate technologies and architectural patterns that make sense for that particular domain. In a large organisation, different teams may be responsible for different microservices, allowing for each microservice to be built in parallel.
1919

audio/build/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ steps:
2121
command: "publish"
2222
publishWebProjects: "False"
2323
projects: "audio/src/**/*Api.csproj"
24-
arguments: "--configuration Debug --output $(build.artifactstagingdirectory)"
24+
arguments: "--output $(build.artifactstagingdirectory)"
2525
zipAfterPublish: "True"
2626

2727
# Run Unit Tests

0 commit comments

Comments
 (0)