Skip to content

Commit

Permalink
fixed build (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: Ayrat Hudaygulov <ahudaygulov@microsoft.com>
  • Loading branch information
Szer and Ayrat Hudaygulov authored Dec 21, 2020
1 parent 8bfdd40 commit 57edf65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/azure-deploy-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
VAHTER_DEPLOY_APPID: ${{ secrets.VAHTER_DEPLOY_APPID }}
VAHTER_DEPLOY_PWD: ${{ secrets.VAHTER_DEPLOY_PWD }}
VAHTER_DEPLOY_TENANT: ${{ secrets.VAHTER_DEPLOY_TENANT }}
VAHTER_CONFIG: ${{ secrets.VAHTER_CONFIG }}
run: |
cd src/Grinder.Farmer
dotnet run --all
1 change: 1 addition & 0 deletions .github/workflows/azure-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
VAHTER_DEPLOY_APPID: ${{ secrets.VAHTER_DEPLOY_APPID }}
VAHTER_DEPLOY_PWD: ${{ secrets.VAHTER_DEPLOY_PWD }}
VAHTER_DEPLOY_TENANT: ${{ secrets.VAHTER_DEPLOY_TENANT }}
VAHTER_CONFIG: ${{ secrets.VAHTER_CONFIG }}
run: |
cd src/Grinder.Farmer
dotnet run

0 comments on commit 57edf65

Please sign in to comment.