File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 run : dotnet build -c Release-Signed --no-restore
3232 - name : Push to NuGet
3333 run : |
34- dotnet pack -c Release -o $PWD/Release/nuget
34+ dotnet pack .\CardinalityEstimation\CardinalityEstimation.csproj -c Release -o $PWD/Release/nuget
3535 for file in Release/nuget/*.nupkg; do dotnet nuget push -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} $file; done
3636 - name : Push Signed to NuGet
3737 run : |
38- dotnet pack -c Release-Signed -o $PWD/Release-Signed/nuget
38+ dotnet pack .\CardinalityEstimation\CardinalityEstimation.csproj -c Release-Signed -o $PWD/Release-Signed/nuget
3939 for file in Release-Signed/nuget/*.nupkg; do dotnet nuget push -s https://api.nuget.org/v3/index.json -k ${{secrets.NUGET_API_KEY}} $file; done
You can’t perform that action at this time.
0 commit comments