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 ee9a77c commit f91c0a8Copy full SHA for f91c0a8
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
nugetVersion="${{ steps.gitversion.outputs.NuGetVersion }}"
39
nugetVersion="${nugetVersion//-/.}"
40
- echo "##[set-output name=nugetVersion;]$nugetVersion"
+ echo "nugetVersion=$nugetVersion" >> $NUGET_VERSION
41
id: formatversion
42
43
- name: Display GitVersion outputs
0 commit comments