diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40fd7dc82..35ea25206 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,10 @@ jobs: nuget help msbuild -version dotnet --info + Write-Output "GitHub ref: $env:GITHUB_REF" + shell: pwsh + env: + GITHUB_REF: ${{ github.ref }} - name: Checkout repo uses: actions/checkout@v2 @@ -127,6 +131,10 @@ jobs: nuget help msbuild -version dotnet --info + Write-Output "GitHub ref: $env:GITHUB_REF" + shell: pwsh + env: + GITHUB_REF: ${{ github.ref }} - name: Checkout repo uses: actions/checkout@v2