diff --git a/.github/workflows/plugins-MemosPlus-nuget-push.yml b/.github/workflows/plugins-MemosPlus-nuget-push.yml index 60ba86bbb..74efdb29c 100644 --- a/.github/workflows/plugins-MemosPlus-nuget-push.yml +++ b/.github/workflows/plugins-MemosPlus-nuget-push.yml @@ -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 diff --git a/.github/workflows/plugins-MemosPlus-release.yml b/.github/workflows/plugins-MemosPlus-release.yml index ece7b9cc1..88faf9e1c 100644 --- a/.github/workflows/plugins-MemosPlus-release.yml +++ b/.github/workflows/plugins-MemosPlus-release.yml @@ -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/