File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2828 - name : Run tests - Extensions
2929 run : dotnet run -c Release --no-restore --no-build
3030 working-directory : " tests/Tests.CodeOfChaos.Types"
31+ - name : Run tests - Extensions
32+ run : dotnet run -c Release --no-restore --no-build
33+ working-directory : " tests/Tests.CodeOfChaos.Types.TypedValueStore"
3134
3235 - name : Publish to NuGet
3336 env :
3437 NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
3538 run : |
3639 dotnet nuget push src/CodeOfChaos.Types/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
40+ dotnet nuget push src/CodeOfChaos.Types.TypedValueStore/bin/Release/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
You can’t perform that action at this time.
0 commit comments