Skip to content

Commit

Permalink
fixed nuke build
Browse files Browse the repository at this point in the history
  • Loading branch information
seayxu committed Jun 15, 2022
1 parent 1ca9812 commit 4212428
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/zh-cn/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions nuke/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 => _ => _
Expand Down

0 comments on commit 4212428

Please sign in to comment.