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 03832ba commit 3df61afCopy full SHA for 3df61af
.github/workflows/dotnet.yml
@@ -27,7 +27,7 @@ jobs:
27
id: version_step
28
uses: gittools/actions/gitversion/execute@v3.1.11
29
with:
30
- useConfigFile: false
+ useConfigFile: true
31
configFilePath: ./.gitversion/version.yml
32
updateAssemblyInfo: false
33
- run: |
0 commit comments