We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bdaf14 commit a2ea59cCopy full SHA for a2ea59c
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
$QuarterHours = [Math]::Floor($Now.Minute / 15.0)
49
$Revision = $Hours + $QuarterHours + 1
50
$BuildId = $Now.ToString("yyyyMMdd") + "." + $Revision
51
- Write-Host "::set-env name=_AspNetContribBuildNumber::${BuildId}"
+ Write-Host "_AspNetContribBuildNumber=${BuildId}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
52
53
- name: Build, Test and Package
54
if: ${{ runner.os == 'Windows' }}
0 commit comments