diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 81aa35a..46c021d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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