Skip to content

Merge pull request #43 from vb2ae/codeql_fixes #68

Merge pull request #43 from vb2ae/codeql_fixes

Merge pull request #43 from vb2ae/codeql_fixes #68

Workflow file for this run

name: .NET Core
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.301
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Upload Artifact
uses: actions/upload-artifact@v1.0.0
with:
name: published_nuget
path: OpenWeatherMap.Standard/bin/Release/OpenWeatherMap.Standard.2.0.0.nupkg