Skip to content

Commit 7a455e8

Browse files
committed
Remove --no-build flag
Signed-off-by: Victor Chang <[email protected]>
1 parent fc27d2d commit 7a455e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ jobs:
394394
if: ${{ (matrix.os == 'ubuntu-latest') }}
395395
run: |
396396
mkdir ~/nupkg
397-
dotnet pack --no-build -c ${{ env.BUILD_CONFIG }} -o ~/nupkg -p:PackageVersion=${{ env.NUGETVER }}
397+
dotnet pack -c ${{ env.BUILD_CONFIG }} -o ~/nupkg -p:PackageVersion=${{ env.NUGETVER }}
398398
ls -lR ~/nupkg
399399
working-directory: ./src/Api
400400

0 commit comments

Comments
 (0)