From 47b7b027d0b93d38401381b26539d045a124b021 Mon Sep 17 00:00:00 2001 From: xRain Date: Mon, 23 Dec 2019 16:56:29 +0800 Subject: [PATCH] fix csproj --- .github/workflows/PublishToNuget.yml | 16 ---------------- YYApi.csproj | 5 +---- 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .github/workflows/PublishToNuget.yml diff --git a/.github/workflows/PublishToNuget.yml b/.github/workflows/PublishToNuget.yml deleted file mode 100644 index f48ee91..0000000 --- a/.github/workflows/PublishToNuget.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: PublishToNuget - -on: [push] - -jobs: - build: - name: publish to nuget - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 2 - - name: Publish NuGet - uses: rohith/publish-nuget@v1.0.3 - with: - nuget_key: ${{ secrets.NugetKey }} diff --git a/YYApi.csproj b/YYApi.csproj index 0936947..896c3e5 100644 --- a/YYApi.csproj +++ b/YYApi.csproj @@ -4,7 +4,7 @@ netcoreapp3.1 Library true - 0.0.2 + 0.0.2 xRain@YYTech AspNetCore一个方便的API文档,捕获异常,统一输入输出的API类库 YY-Tech.YYApi @@ -17,9 +17,6 @@ - - -