NCIOCPL / drug-dictionary-api

NCI Drug Dictionary API
0 stars 3 forks source link

Update GitHub Actions Workflow #60

Closed blairlearn closed 3 years ago

blairlearn commented 3 years ago

Update the GitHub workflow file to use .Net 3.1

Parent Issue: Update the drug dictionary to .Net 3.1 #54

Set global environment variables

At the top of the workflow file, before the jobs: property, add a new env: property

env:
  DOTNET_NOLOGO: true
  NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

jobs:

Update the test_build_release: job

Update the integration_tests: job

Sub-Tasks

Notes