Skip to content

Commit

Permalink
updates build yaml file (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogukankaratas authored Jan 14, 2025
1 parent dc4f4c1 commit 3bc82f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build_powerbi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
id: gitversion
uses: gittools/actions/gitversion/[email protected]

- name: Set connector internal version
working-directory: src/powerbi-data-connector
run: |
$version = ${{steps.gitversion.outputs.AssemblySemVer}}
(Get-Content ./Speckle.pq).replace('[Version = "3.0.0"]', '[Version = "'+$version+'"]') | Set-Content ./Speckle.pq
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2

Expand Down

0 comments on commit 3bc82f6

Please sign in to comment.