Skip to content

Merge branch 'master' of https://github.com/BITFIN-Tecnologia/CessaoD… #17

Merge branch 'master' of https://github.com/BITFIN-Tecnologia/CessaoD…

Merge branch 'master' of https://github.com/BITFIN-Tecnologia/CessaoD… #17

Workflow file for this run

name: .NET
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish
uses: brandedoutcast/[email protected]
with:
PROJECT_FILE_PATH: CessaoDigital.Proxy/CessaoDigital.Proxy.csproj
NUGET_KEY: ${{secrets.NUGET_API_KEY}}