From 36b4866e7d3f0a50f7200056b8e7e1d891bd2cdc Mon Sep 17 00:00:00 2001 From: ninjanye Date: Fri, 5 Jul 2024 10:45:22 +0100 Subject: [PATCH] debug --- .github/workflows/main.yml | 42 +++++++++++++++++++------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d783a23..081e629 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,27 +30,27 @@ jobs: run: dotnet test --verbosity minimal working-directory: NinjaNye.SearchExtensions.Tests - - name: Upload artifact - uses: actions/upload-artifact@v4 - with: - name: build-output - path: NinjaNye.SearchExtensions/bin/Release - - deploy: - needs: [build-and-test] - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Setup .NET - uses: actions/setup-dotnet@v4 - with: - dotnet-version: '8.x' - - - name: Download artifact - uses: actions/download-artifact@v4 - with: - name: build-output +# - name: Upload artifact +# uses: actions/upload-artifact@v4 +# with: +# name: build-output +# path: NinjaNye.SearchExtensions/bin/Release + +# deploy: +# needs: [build-and-test] +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v4 +# +# - name: Setup .NET +# uses: actions/setup-dotnet@v4 +# with: +# dotnet-version: '8.x' +# +# - name: Download artifact +# uses: actions/download-artifact@v4 +# with: +# name: build-output - name: Pack run: dotnet pack -c Release --no-build --output nuget-packages