Skip to content

Commit 3128843

Browse files
author
Timothy Mothra
authored
workflow cleanup (#2488)
1 parent ee41397 commit 3128843

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Syntax: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
22
# .NET CLI: https://docs.microsoft.com/dotnet/core/tools/
3-
# Description: The purpose of this workflow is to build the DEVELOP branch and push to MyGet.
3+
# Description: The purpose of this workflow is to build the MAIN branch and push to MyGet.
44

55
name: Nightly
66

.github/workflows/redfield-sanity-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Syntax: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
22
# .NET CLI: https://docs.microsoft.com/dotnet/core/tools/
3-
# Description: The purpose of this build is to compile and test with redfield flag.
3+
# Description: The purpose of this workflow is to compile and run unit tests with redfield flag.
44

55
name: Redfield Validation
66

Readme.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Application Insights for .NET Apps
2+
[![Build And Test, BASE](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/build-and-test-BASE.yml/badge.svg)](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/build-and-test-BASE.yml)
3+
[![Build And Test, WEB](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/build-and-test-WEB.yml/badge.svg)](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/build-and-test-WEB.yml)
4+
[![Build And Test, NETCORE](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/build-and-test-NETCORE.yml/badge.svg)](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/build-and-test-NETCORE.yml)
5+
[![Build And Test, LOGGING](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/build-and-test-LOGGING.yml/badge.svg)](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/build-and-test-LOGGING.yml)
6+
[![Redfield Validation](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/redfield-sanity-check.yml/badge.svg)](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/redfield-sanity-check.yml)
7+
[![Sanity Build](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/sanity.yml/badge.svg)](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/sanity.yml)
8+
[![Nightly](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/nightly.yml/badge.svg)](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/nightly.yml)
9+
210

311
This is the .NET SDK for sending data to [Azure Monitor](https://docs.microsoft.com/azure/azure-monitor/overview) & [Application Insights](https://docs.microsoft.com/azure/azure-monitor/app/app-insights-overview).
412

@@ -61,7 +69,6 @@ The following packages are published from this repository:
6169

6270

6371
### Nightly
64-
[![Nightly](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/nightly.yml/badge.svg)](https://github.com/microsoft/ApplicationInsights-dotnet/actions/workflows/nightly.yml)
6572

6673
Nightly Builds are available on our MyGet feed:
6774
`https://www.myget.org/F/applicationinsights-dotnet-nightly/api/v3/index.json`

0 commit comments

Comments
 (0)