neo-project / neo-modules

MIT License
60 stars 100 forks source link

fixed output of deps #849

Closed cschuchardt88 closed 9 months ago

cschuchardt88 commented 9 months ago

The way this works.

Workflow example

    - name: Zip (TokensTracker)
      working-directory: ./src/TokensTracker/bin/dist
      run: Compress-Archive -Path * -Destination TokensTracker-v3.6.3.zip

image

@superboyiii

closes #848

Jim8y commented 9 months ago

It works well for me. It's the same behaviour as #846, so we need choice 1 @Liaojinghui @shargon

I pick the earlier one if they behave the same, unless with specific reasons. My principle is first come first get.

cschuchardt88 commented 9 months ago

@superboyiii with #846 run this command dotnet build neo-modules.sln check output folder or use dotnet build neo-modules.sln --output ./dist you will get all the dlls.

Jim8y commented 9 months ago

@superboyiii with #846 run this command dotnet build neo-modules.sln check output folder or use dotnet build neo-modules.sln --output ./dist you will get all the dlls.

Just cheked the behavior, we dont need all of them in the same folder, but different dll in different corresponding plugin folder.

cschuchardt88 commented 9 months ago

nvm