diff --git a/README.md b/README.md index 793b51f..9f3e9c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Hsu.NullModemEmulator +[![continuous](https://github.com/seayxu/NullModemEmulator/actions/workflows/continuous.yml/badge.svg?branch=main)](https://github.com/seayxu/NullModemEmulator/actions/workflows/continuous.yml) + # Getting started ## Install Nuget Package diff --git a/docs/README.md b/docs/README.md index 987b03d..27b4109 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,7 @@ # Getting started +[![continuous](https://github.com/seayxu/NullModemEmulator/actions/workflows/continuous.yml/badge.svg?branch=main)](https://github.com/seayxu/NullModemEmulator/actions/workflows/continuous.yml) + ## Install Nuget Package - Package Manager ```bash diff --git a/docs/zh-cn/README.md b/docs/zh-cn/README.md index 72d01e0..0d140c4 100644 --- a/docs/zh-cn/README.md +++ b/docs/zh-cn/README.md @@ -1,5 +1,7 @@ # 快速入门 +[![continuous](https://github.com/seayxu/NullModemEmulator/actions/workflows/continuous.yml/badge.svg?branch=main)](https://github.com/seayxu/NullModemEmulator/actions/workflows/continuous.yml) + ## 安装 Nuget 包 - Package Manager ```bash diff --git a/nuke/Build.cs b/nuke/Build.cs index 017751f..3ba1995 100644 --- a/nuke/Build.cs +++ b/nuke/Build.cs @@ -130,10 +130,10 @@ protected override void OnBuildInitialized() .Description("Upload Artifacts") .Executes(() => { - Log.Information("Upload artifacts to azure..."); - AzurePipelines - .UploadArtifacts("artifacts", "artifacts", ArtifactsDirectory); - Log.Information("Upload artifacts to azure finished."); + //Log.Information("Upload artifacts to azure..."); + //AzurePipelines + // .UploadArtifacts("artifacts", "artifacts", ArtifactsDirectory); + //Log.Information("Upload artifacts to azure finished."); }); private Target Push => _ => _