Skip to content

Commit

Permalink
Beta/nuget publish (#16)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
martinsmith1968 authored Jan 15, 2025
1 parent 916aaec commit 78f3e60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ''
Expand Down Expand Up @@ -386,7 +386,7 @@ jobs:
- setup
- build

runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- name: Install NuGet
Expand Down

0 comments on commit 78f3e60

Please sign in to comment.