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 9cd6318 commit 3bfab04Copy full SHA for 3bfab04
.github/workflows/branches.yml
@@ -43,7 +43,7 @@ jobs:
43
name: gitversion
44
path: ./
45
- name: Inject version info into environment
46
- run: gitversion.env >> $GITHUB_ENV
+ run: cat ./gitversion.env >> $GITHUB_ENV
47
- name: Build solution
48
run: echo "Current version is \"$GitVersion_SemVer\"" && dotnet build -c Release
49
- name: Create NuGet packages
@@ -67,6 +67,6 @@ jobs:
67
68
69
70
71
- name: Run tests
72
run: echo "Current version is \"$GitVersion_SemVer\"" && dotnet test -c Release
0 commit comments