Skip to content

Commit 780f1e5

Browse files
committed
fix: Update markdown and published
1 parent 177d3fd commit 780f1e5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

BervProject.WebApi.Integration.Test/BervProject.WebApi.Integration.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>net9.0</TargetFramework>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
7+
<IsPublishable>false</IsPublishable>
88
<IsPackable>false</IsPackable>
99
</PropertyGroup>
1010

BervProject.WebApi.Test/BervProject.WebApi.Test.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<TargetFramework>net9.0</TargetFramework>
5-
5+
<IsPublishable>false</IsPublishable>
66
<IsPackable>false</IsPackable>
77
</PropertyGroup>
88

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Net Core Web API Boilerplate for My Project
88

99
## Build Status
1010

11-
| Github Action | Azure Pipelines | Codecov |
12-
|:-------------:|:---------------:|:-------:|
13-
| ![Build&Dockerize](https://github.com/bervProject/NETCoreAPIBoilerplate/workflows/Build&Dockerize/badge.svg) | [![Build Status](https://dev.azure.com/berviantoleo/NETCoreWebAPIBoilerplate/_apis/build/status/bervProject.NETCoreAPIBoilerplate?branchName=main)](https://dev.azure.com/berviantoleo/NETCoreWebAPIBoilerplate/_build/latest?definitionId=6&branchName=main) | [![codecov](https://codecov.io/gh/bervProject/NETCoreAPIBoilerplate/branch/main/graph/badge.svg?token=4OP6CFN2PX)](https://codecov.io/gh/bervProject/NETCoreAPIBoilerplate) |
11+
| Github Action (Build) | Github Action (Docker) | Azure Pipelines | Codecov |
12+
|:---:|:---:|:---:|:---:|
13+
| [![Build .NET](https://github.com/bervProject/NETCoreAPIBoilerplate/actions/workflows/build-and-dockerize.yml/badge.svg)](https://github.com/bervProject/NETCoreAPIBoilerplate/actions/workflows/build-and-dockerize.yml) | [![Dockerize](https://github.com/bervProject/NETCoreAPIBoilerplate/actions/workflows/docker.yml/badge.svg)](https://github.com/bervProject/NETCoreAPIBoilerplate/actions/workflows/docker.yml) | [![Build Status](https://dev.azure.com/berviantoleo/NETCoreWebAPIBoilerplate/_apis/build/status/bervProject.NETCoreAPIBoilerplate?branchName=main)](https://dev.azure.com/berviantoleo/NETCoreWebAPIBoilerplate/_build/latest?definitionId=6&branchName=main) | [![codecov](https://codecov.io/gh/bervProject/NETCoreAPIBoilerplate/branch/main/graph/badge.svg?token=4OP6CFN2PX)](https://codecov.io/gh/bervProject/NETCoreAPIBoilerplate) |
1414

1515
## LICENSE
1616

0 commit comments

Comments
 (0)