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 1a68beb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ jobs:
- name: ♺ Execute nuget restore
run: nuget restore
if: steps.cache-nuget.outputs.cache-hit != 'true'
- name: 🔨 Execute dotnet build
- name: Debug
run: Write-Host $env:MORYX_COMMERCIAL_BUILD
shell: pwsh - 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 }}
.\build.ps1 -PackageSource ${{ github.workspace }}/.nuget/packages
Expand Down

0 comments on commit 1a68beb

Please sign in to comment.