fix build workflow

This commit is contained in:
Andrew Welker
2020-08-20 10:50:17 -06:00
parent c67e67b942
commit ff5ad93c6f

View File

@@ -6,7 +6,7 @@ on:
- feature/*
- hotfix/*
- release/*
- master
- main
- development
env:
@@ -59,6 +59,11 @@ jobs:
run: |
Write-Output ${{ env.VERSION }}
./.github/scripts/UpdateAssemblyVersion.ps1 ${{ env.VERSION }}
- name: Login to Docker
uses: azure/docker-login@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
# Build the solutions in the docker image
- name: Build Solution
shell: powershell