Skip to content

Commit

Permalink
--no-build
Browse files Browse the repository at this point in the history
  • Loading branch information
sungam3r committed Mar 13, 2024
1 parent 3354ce1 commit f48286f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: dotnet build --no-restore -c Release
- name: Pack solution [Release]
working-directory: src
run: dotnet pack --no-restore --no-build -c Release -o out
run: dotnet pack --no-build -c Release -o out
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: dotnet build --no-restore -c Release
- name: Pack solution [Release]
working-directory: src
run: dotnet pack --no-restore --no-build -c Release -o out
run: dotnet pack --no-build -c Release -o out
- name: Upload Nuget packages as workflow artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f48286f

Please sign in to comment.