Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
vplauzon committed Nov 4, 2023
1 parent 8f2e42d commit c88c7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- name: Install dependencies
run: dotnet restore code
- name: .NET Build Console
run: dotnet build code/CsvBlobSplitter --configuration Release --no-restore
run: dotnet build code/CsvBlobSplitterConsole --configuration Release --no-restore
- name: Copy binaries
run: |
mkdir bin
cp code/CsvBlobSplitter/bin/Release/net*/* bin
cp code/CsvBlobSplitterConsole/bin/Release/net*/* bin
- name: Azure Login
run: az login --service-principal -u ${{ secrets.DEPLOY_CLIENT_ID }} -p ${{ secrets.DEPLOY_SECRET }} --tenant ${{ secrets.TENANT_ID }}
Expand Down

0 comments on commit c88c7f0

Please sign in to comment.