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 e8ea885 commit 0a3fa52Copy full SHA for 0a3fa52
.github/workflows/wfnetcorev2.yaml
@@ -38,12 +38,12 @@ jobs:
38
with:
39
dotnet-version: 2.2.402
40
- name: Install GitVersion
41
- uses: gittools/actions/gitversion/setup@v0.9.7
+ uses: gittools/actions/gitversion/setup@v0
42
43
- versionSpec: '5.1.x'
+ versionSpec: '5.x'
44
- name: Use GitVersion
45
id: gitversion # step id used as reference for output values
46
- uses: gittools/actions/gitversion/execute@v0.9.7
+ uses: gittools/actions/gitversion/execute@v0
47
- run: |
48
echo "NuGetVersionV2: ${{ steps.gitversion.outputs.nuGetVersionV2 }}"
49
echo "NuGetPreReleaseTagV2: ${{ steps.gitversion.outputs.CommitsSinceVersionSourcePadded }}"
0 commit comments