Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
remove comments
  • Loading branch information
martinsmith1968 authored Jan 15, 2025
1 parent 11da178 commit 26c714c
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 @@ -393,7 +393,7 @@ jobs:
uses: NuGet/setup-nuget@v2
with:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
#nuget-version: ${{ env.NUGET_VERSION }}
nuget-version: ${{ env.NUGET_VERSION }}

- name: Download NuGet Output
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 26c714c

Please sign in to comment.