We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94e3231 commit d558d77Copy full SHA for d558d77
.github/workflows/package.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Publish NuGet package
33
run: |
34
- PACK_ARGS="-c ${{ env.DOTNET_CONFIGURATION }} -o ./nuget"
+ PACK_ARGS="-c ${{ env.DOTNET_CONFIGURATION }} -o ./nuget -p:CI=true"
35
36
if [ "${{ inputs.validate_version }}" = true ]; then
37
PACK_ARGS="$PACK_ARGS -p:PackageVersion=${{ steps.git_tag.outputs.tag }} -p:ReleaseBuild=true"
@@ -63,3 +63,4 @@ jobs:
63
if-no-files-found: error
64
path: |
65
${{ github.workspace }}/.github/workflows/SignClientFileList.txt
66
+
0 commit comments