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