Debugging Actions

This commit is contained in:
Micheal Colhoun 2021-09-05 12:11:40 +01:00
parent 3310adf8a5
commit 0bc6f678b9

View File

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