Skip to content

Commit

Permalink
ci(.github/workflows/plugins-memosplus): 先 dotnet pack 后 `dotnet bu…
Browse files Browse the repository at this point in the history
…ild`
  • Loading branch information
yiyungent committed Jan 30, 2024
1 parent 317828e commit 9abe41b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/plugins-MemosPlus-nuget-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- name: Build and Pack
run: |
cd ./plugins/MemosPlus
dotnet build --configuration Release
dotnet pack --configuration Release
dotnet pack --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
ls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plugins-MemosPlus-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
- name: Build
run: |
cd ./plugins/MemosPlus
dotnet build --configuration Release
dotnet pack --configuration Release
dotnet pack --configuration Release -p:IncludeSymbols=true -p:SymbolPackageFormat=snupkg
dotnet build --configuration Release
ls
ls ./bin/Release/
ls ./bin/Release/net6.0/
Expand Down

0 comments on commit 9abe41b

Please sign in to comment.