Skip to content

Commit d558d77

Browse files
committed
ensuring CI is set on packaging
1 parent 94e3231 commit d558d77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/package.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

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

0 commit comments

Comments
 (0)