Skip to content

Commit 30eb2ef

Browse files
committed
Au revoir, mister Jenkins 😭
1 parent 75c71e8 commit 30eb2ef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/release.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717

1818
- name: .NET build
1919
run: |
20-
echo Version is ${VERSION:1}
21-
dotnet msbuild -t:restore,build,pack -p:Configuration=Release -p:Version=${VERSION:1} FINT.Information.Model.sln
20+
echo "Version is ${VERSION:1}"
21+
dotnet msbuild -t:restore,build,pack -p:Configuration=Release -p:Version="${VERSION:1}" FINT.Model.Resource.sln
2222
env:
2323
VERSION: ${{github.event.release.tag_name}}
2424

0 commit comments

Comments
 (0)