Skip to content

Commit

Permalink
ensuring CI is set on packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronpowell committed Feb 26, 2025
1 parent 94e3231 commit d558d77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Publish NuGet package
run: |
PACK_ARGS="-c ${{ env.DOTNET_CONFIGURATION }} -o ./nuget"
PACK_ARGS="-c ${{ env.DOTNET_CONFIGURATION }} -o ./nuget -p:CI=true"
if [ "${{ inputs.validate_version }}" = true ]; then
PACK_ARGS="$PACK_ARGS -p:PackageVersion=${{ steps.git_tag.outputs.tag }} -p:ReleaseBuild=true"
Expand Down Expand Up @@ -63,3 +63,4 @@ jobs:
if-no-files-found: error
path: |
${{ github.workspace }}/.github/workflows/SignClientFileList.txt

0 comments on commit d558d77

Please sign in to comment.