Debugging Actions

This commit is contained in:
Micheal Colhoun 2021-09-05 11:57:42 +01:00
parent 55f01b1d22
commit 67cf08e486

View File

@ -39,6 +39,7 @@ jobs:
echo Home: $HOME
echo SOLUTION: ${{env.SOLUTION}}
echo BUILD_CONFIG: ${{env.BUILD_CONFIG}}
dir
- name: Build Config
run: dotnet build ${{env.SOLUTION}} --configuration ${{env.BUILD_CONFIG}} --no-restore