Skip to content

feat: add download all repos and search #93

feat: add download all repos and search

feat: add download all repos and search #93

name: Dapper.Contrib.Extensions.Tablename.ConnectionWhitelisting
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
defaults:
run:
working-directory: ./Dapper.Contrib.Extensions.Tablename.ConnectionWhitelisting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
- name: Install dependencies
run: dotnet restore Dapper.Contrib.Extensions.Tablename.ConnectionWhitelisting.csproj
- name: Build
run: dotnet build --configuration Release --no-restore Dapper.Contrib.Extensions.Tablename.ConnectionWhitelisting.csproj
- name: Test
run: dotnet test --no-restore --verbosity normal Dapper.Contrib.Extensions.Tablename.ConnectionWhitelisting.csproj
- name: Publish
uses: brandedoutcast/[email protected]
with:
PROJECT_FILE_PATH: Dapper.Contrib.Extensions.Tablename.ConnectionWhitelisting.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}