File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525 - name : Build Interop
2626 run : |
27- cd "Algorithm.Interop"
27+ cd "Common. Algorithm.Interop"
2828 dotnet build -c Release
2929
3030 build-on-ubuntu :
4242
4343 - name : Build Interop
4444 run : |
45- cd "Algorithm.Interop"
45+ cd "Common. Algorithm.Interop"
4646 dotnet build -c Release
4747
4848 - name : Add to GitHub Repo
5656
5757 - name : Publish Package to GitHub and NuGet
5858 run : |
59- nuget push ./Algorithm.Interop/bin/Release/*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }} -NoSymbol
60- nuget push ./Algorithm.Interop/bin/Release/*.nupkg -Source github -SkipDuplicate
59+ nuget push ./Common. Algorithm.Interop/bin/Release/*.nupkg -Source https://api.nuget.org/v3/index.json -SkipDuplicate -ApiKey ${{ secrets.NugetKey }} -NoSymbol
60+ nuget push ./Common. Algorithm.Interop/bin/Release/*.nupkg -Source github -SkipDuplicate
6161
6262 build-on-macos :
6363 runs-on : macos-latest
7474
7575 - name : Build Interop
7676 run : |
77- cd "Algorithm.Interop"
77+ cd "Common. Algorithm.Interop"
7878 dotnet build -c Release
7979
8080
You can’t perform that action at this time.
0 commit comments