Debugging Actions

This commit is contained in:
Micheal Colhoun 2021-09-06 09:55:25 +01:00
parent d88c9fa23a
commit 6c512abf6d

View File

@ -31,7 +31,7 @@ jobs:
with:
dotnet-version: 5.0.x
- name: Set VERSION variable from tag
run: echo "VERSION=1.0.0" #>> $GITHUB_ENV
run: echo "VERSION=1.0.0" >> $GITHUB_ENV
- name: Build
run: dotnet build ${{env.SOLUTION}} --configuration ${{env.BUILD_CONFIG}} --no-restore