Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
seveneleven committed Jul 11, 2024
1 parent ab10d98 commit 763da3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,17 @@ jobs:
registry-user: ${{ secrets.myget_user }}
registry-pass: ${{ secrets.myget_pass }}

- name: Debug
run: Write-Host $env:MORYX_COMMERCIAL_BUILD
shell: pwsh

- name: 🧰 Setup BuildToolkit
uses: moryx-industry/setup-buildtoolkit@update/commercial-by-default

- name: ♺ Execute nuget restore
run: nuget restore
if: steps.cache-nuget.outputs.cache-hit != 'true'

- name: 🔨 Execute dotnet build
run: |
.\set-version.ps1 -RefName ${{ github.ref_name }} -IsTag ${{ github.ref_type == 'tag' && 1 || 0 }} -BuildNumber ${{ github.run_number }} -CommitHash ${{ github.sha }}
Expand Down

0 comments on commit 763da3f

Please sign in to comment.