Skip to content

Commit 09c7902

Browse files
committed
--no-build
1 parent 10c9094 commit 09c7902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: dotnet build --no-restore -c Release
3838
- name: Pack solution [Release]
3939
working-directory: src
40-
run: dotnet pack --no-restore -c Release -o out
40+
run: dotnet pack --no-build -c Release -o out
4141
- name: Upload artifacts
4242
uses: actions/upload-artifact@v4
4343
with:

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: dotnet build --no-restore -c Release
3232
- name: Pack solution [Release]
3333
working-directory: src
34-
run: dotnet pack --no-restore --no-build -c Release -o out
34+
run: dotnet pack --no-build -c Release -o out
3535
- name: Upload artifacts
3636
uses: actions/upload-artifact@v4
3737
with:

0 commit comments

Comments
 (0)