Check if NUGET_API_KEY can be accessed

This commit is contained in:
Kevin Sommer
2021-05-14 21:47:27 +02:00
committed by Keivn Sommer
parent 034730bffb
commit 1e29271fd9
3 changed files with 12 additions and 1 deletions

View File

@@ -30,3 +30,5 @@ jobs:
- uses: actions/checkout@v1
- name: Run './build.cmd CiPublish'
run: ./build.cmd CiPublish
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}