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 83df8a9 commit b819c06Copy full SHA for b819c06
1 file changed
.github/workflows/publish.yml
@@ -25,7 +25,12 @@ jobs:
25
- uses: actions/checkout@v4
26
with:
27
fetch-depth: 0
28
-
+
29
+ - name: Setup .NET Core
30
+ uses: actions/setup-dotnet@v4
31
+ with:
32
+ global-json-file: global.json
33
34
- name: Install GitVersion
35
uses: gittools/actions/gitversion/setup@v0.10.2
36
@@ -40,11 +45,6 @@ jobs:
40
45
echo "Version: ${{ steps.gitversion.outputs.SemVer }}"
41
46
echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}"
42
47
43
- - name: Setup .NET Core
44
- uses: actions/setup-dotnet@v2
- with:
- global-json-file: global.json
48
- name: Build and Publish Package
49
run: |
50
publish() {
0 commit comments