From e41a98e3cfa5ce54cb8053487614b60245df0594 Mon Sep 17 00:00:00 2001 From: Josepe <72740829+JosepeDev@users.noreply.github.com> Date: Sun, 3 Jan 2021 02:28:20 +0200 Subject: [PATCH] Delete nugetpack.yml --- .github/workflows/nugetpack.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/nugetpack.yml diff --git a/.github/workflows/nugetpack.yml b/.github/workflows/nugetpack.yml deleted file mode 100644 index 4bb4efc..0000000 --- a/.github/workflows/nugetpack.yml +++ /dev/null @@ -1,29 +0,0 @@ -# This is a basic workflow to help you get started with Actions - -name: nugetpack - -# Controls when the action will run. -on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - -# A workflow run is made up of one or more jobs that can run sequentially or in parallel -jobs: - # This workflow contains a single job called "build" - build: - # The type of runner that the job will run on - runs-on: ubuntu-latest - - # Steps represent a sequence of tasks that will be executed as part of the job - steps: - - name: Publish Nuget package - # You may pin to the exact commit or the version. - # uses: myci-actions/publish-nuget@ab7bb3fee53c2b5a4191a9b5d77297fe48273a9d - uses: myci-actions/publish-nuget@2 - with: - # nuget package filename, wildcards allowed - filename: VarEnc - # API key to access the repository - api-key: ${{ secrets.NUGET_APIKEY }} - # Nuget repository URL - repo-url: https://api.nuget.org/v3/index.json