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 85fc860 commit e293bf6Copy full SHA for e293bf6
.github/workflows/ci.yml
@@ -61,6 +61,9 @@ jobs:
61
updateAssemblyInfoFilename: src/AssemblyInfo.cs
62
configFilePath: .github/.gitversion.yml
63
64
+ - name: Print AssemblyInfo
65
+ run: cat src/AssemblyInfo.cs
66
+
67
- name: Upload AssemblyInfo
68
uses: actions/[email protected]
69
if: always()
@@ -344,6 +347,9 @@ jobs:
344
347
uses: actions/download-artifact@v3
345
348
with:
346
349
name: assembly-info
350
351
352
353
354
- name: Restore dependencies
355
run: dotnet restore
0 commit comments