From 78f3e6071050e408672f5c6100e0e58bf6ab6d85 Mon Sep 17 00:00:00 2001 From: Martin Smith Date: Wed, 15 Jan 2025 21:43:51 +0000 Subject: [PATCH] Beta/nuget publish (#16) * Update ci-build.yml dsiable nuget version * Update ci-build.yml Disable API key too * Update ci-build.yml new api key * Update ci-build.yml change ubuntu image * Update ci-build.yml remove comments --- .github/workflows/ci-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 844d0a2..a26202e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -5,7 +5,7 @@ env: PKG_MAJOR_VERSION: 1.3 PROJECT_NAME: DNX.Extensions DOTNET_VERSION: 8.0.x - NUGET_VERSION: 5.x + NUGET_VERSION: 6.x BUILD_CONFIG: Release BUILD_PLATFORM: Any CPU PACK_PARAMETERS: '' @@ -386,7 +386,7 @@ jobs: - setup - build - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Install NuGet