Debugging Actions

This commit is contained in:
Micheal Colhoun 2021-09-05 11:56:26 +01:00
parent f42c1ec9e0
commit 55f01b1d22

View File

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