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 a582425 commit fbff772Copy full SHA for fbff772
.github/workflows/Build.yml
@@ -78,7 +78,7 @@ jobs:
78
}
79
80
$COMMIT_NUMBER = @($(git rev-list --count origin/master..), $(git rev-list --count HEAD))[$IsPrerelease]
81
- echo "COMMIT_NUMBER=$COMMIT_NUMBER" >> $env:COMMIT_NUMBER
+ echo "COMMIT_NUMBER=$COMMIT_NUMBER" >> $env:GITHUB_ENV
82
83
$GetFileVersionOutput = dotnet msbuild dotnet/Directory.Build.props /t:GetFileVersionForPackage
84
"$GetFileVersionOutput" -match "(?<=FileVersion:)(.*)" > $null
0 commit comments