name: 'BuildAndPublishNuget' description: 'Builds a solution and publishes all nuget packages' runs: using: "composite" steps: - name: Check out repository code uses: actions/checkout@v3 - run: docker build --build-arg="NUGET_URL=$PACKAGE_REPO_URL_NUGET" --build-arg="NUGET_USER=$PACKAGE_REPO_USER" --build-arg="NUGET_PASS=$PACKAGE_REPO_PASS" .